diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-03 13:39:48 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:31:17 -0400 |
commit | 8f86a2c3cb90e8bb0733de2d2b0abbe7050bb536 (patch) | |
tree | c5e08b28ca080993046f5ed64fe0026df9fb21c8 /drivers/hid/hid-roccat-common.c | |
parent | 15d0580f20f5d3f997e3823bfe39daa3d521a99d (diff) |
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-roccat-common.c')
-rw-r--r-- | drivers/hid/hid-roccat-common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-roccat-common.c b/drivers/hid/hid-roccat-common.c index edf898dee28b..b07e7f96a358 100644 --- a/drivers/hid/hid-roccat-common.c +++ b/drivers/hid/hid-roccat-common.c @@ -13,6 +13,7 @@ #include <linux/hid.h> #include <linux/slab.h> +#include <linux/module.h> #include "hid-roccat-common.h" static inline uint16_t roccat_common_feature_report(uint8_t report_id) |