aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-sjoy.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-03 13:39:48 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:17 -0400
commit8f86a2c3cb90e8bb0733de2d2b0abbe7050bb536 (patch)
treec5e08b28ca080993046f5ed64fe0026df9fb21c8 /drivers/hid/hid-sjoy.c
parentdrivers/input: add export.h to symbol exporting files. (diff)
downloadlinux-dev-8f86a2c3cb90e8bb0733de2d2b0abbe7050bb536.tar.xz
linux-dev-8f86a2c3cb90e8bb0733de2d2b0abbe7050bb536.zip
hid: Add module.h to fix up implicit users of it
A pending cleanup will mean that module.h won't be implicitly everywhere anymore. Make sure the modular drivers in clocksource are actually calling out for <module.h> explicitly in advance. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/hid/hid-sjoy.c')
-rw-r--r--drivers/hid/hid-sjoy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-sjoy.c b/drivers/hid/hid-sjoy.c
index 670da9109f86..4b1448613ea6 100644
--- a/drivers/hid/hid-sjoy.c
+++ b/drivers/hid/hid-sjoy.c
@@ -30,6 +30,7 @@
#include <linux/slab.h>
#include <linux/usb.h>
#include <linux/hid.h>
+#include <linux/module.h>
#include "hid-ids.h"
#ifdef CONFIG_SMARTJOYPLUS_FF