Commit 295bc57e authored by Petr Vandrovec's avatar Petr Vandrovec

Add a missing EXPORT_SYMBOL(input_devclass); into input.c

parent cea2e2d2
......@@ -38,6 +38,7 @@ EXPORT_SYMBOL(input_close_device);
EXPORT_SYMBOL(input_accept_process);
EXPORT_SYMBOL(input_flush_device);
EXPORT_SYMBOL(input_event);
EXPORT_SYMBOL(input_devclass);
#define INPUT_MAJOR 13
#define INPUT_DEVICES 256
......
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