Skip to content

Commit

Permalink
Input: input-polldev - add module info
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eric Piel authored and Dmitry Torokhov committed May 23, 2007
1 parent 1124d5c commit 36bd52a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions drivers/input/misc/input-polldev.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 36bd52a

Please sign in to comment.