Skip to content

Commit

Permalink
Input: add missing exports to fix modular build
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Dmitry Torokhov committed Oct 11, 2006
1 parent 53a5fbd commit 80fc9f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/char/random.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
1 change: 1 addition & 0 deletions lib/kobject.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 80fc9f5

Please sign in to comment.