Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
80fc9f53
Commit
80fc9f53
authored
Oct 11, 2006
by
Dmitry Torokhov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Input: add missing exports to fix modular build
Signed-off-by:
Dmitry Torokhov
<
dtor@mail.ru
>
parent
53a5fbdc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
drivers/char/random.c
drivers/char/random.c
+1
-0
lib/kobject.c
lib/kobject.c
+1
-0
No files found.
drivers/char/random.c
View file @
80fc9f53
...
...
@@ -645,6 +645,7 @@ void add_input_randomness(unsigned int type, unsigned int code,
add_timer_randomness
(
&
input_timer_state
,
(
type
<<
4
)
^
code
^
(
code
>>
4
)
^
value
);
}
EXPORT_SYMBOL_GPL
(
add_input_randomness
);
void
add_interrupt_randomness
(
int
irq
)
{
...
...
lib/kobject.c
View file @
80fc9f53
...
...
@@ -119,6 +119,7 @@ char *kobject_get_path(struct kobject *kobj, gfp_t gfp_mask)
return
path
;
}
EXPORT_SYMBOL_GPL
(
kobject_get_path
);
/**
* kobject_init - initialize object.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment