1
0
Fork 0

Input: input-polldev - add module info

This is required to load it as a module, as GPL-compatible
license is necessary to use workqueues.

Signed-off-by: Eric Piel <eric.piel@tremplin-utc.net>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
hifive-unleashed-5.1
Eric Piel 2007-05-22 23:28:03 -04:00 committed by Dmitry Torokhov
parent 1124d5ca7b
commit 36bd52a49b
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,11 @@
#include <linux/mutex.h>
#include <linux/input-polldev.h>
MODULE_AUTHOR("Dmitry Torokhov <dtor@mail.ru>");
MODULE_DESCRIPTION("Generic implementation of a polled input device");
MODULE_LICENSE("GPL v2");
MODULE_VERSION("0.1");
static DEFINE_MUTEX(polldev_mutex);
static int polldev_users;
static struct workqueue_struct *polldev_wq;