Commit 80fc9f53 authored by Dmitry Torokhov's avatar Dmitry Torokhov

Input: add missing exports to fix modular build

Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 53a5fbdc
...@@ -645,6 +645,7 @@ void add_input_randomness(unsigned int type, unsigned int code, ...@@ -645,6 +645,7 @@ void add_input_randomness(unsigned int type, unsigned int code,
add_timer_randomness(&input_timer_state, add_timer_randomness(&input_timer_state,
(type << 4) ^ code ^ (code >> 4) ^ value); (type << 4) ^ code ^ (code >> 4) ^ value);
} }
EXPORT_SYMBOL_GPL(add_input_randomness);
void add_interrupt_randomness(int irq) void add_interrupt_randomness(int irq)
{ {
......
...@@ -119,6 +119,7 @@ char *kobject_get_path(struct kobject *kobj, gfp_t gfp_mask) ...@@ -119,6 +119,7 @@ char *kobject_get_path(struct kobject *kobj, gfp_t gfp_mask)
return path; return path;
} }
EXPORT_SYMBOL_GPL(kobject_get_path);
/** /**
* kobject_init - initialize object. * kobject_init - initialize object.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment