aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/bh1780gli.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-03 15:14:56 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:53 -0400
commiteb12a679b242c03b9eaa38a67cae9fa3e17ddea6 (patch)
tree01471247795d16850cdedab6cee654a6b1b579b9 /drivers/misc/bh1780gli.c
parentdrivers/message: Add module.h to i2o/pci.c (diff)
downloadlinux-dev-eb12a679b242c03b9eaa38a67cae9fa3e17ddea6.tar.xz
linux-dev-eb12a679b242c03b9eaa38a67cae9fa3e17ddea6.zip
drivers/misc: Add module.h to files who are really modular.
These files really need the full module.h header file present, but were just getting it implicitly before. Fix it up in advance so we avoid build failures once the cleanup commit is present. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/misc/bh1780gli.c')
-rw-r--r--drivers/misc/bh1780gli.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/bh1780gli.c b/drivers/misc/bh1780gli.c
index 82fe2d067827..bfeea9ba702e 100644
--- a/drivers/misc/bh1780gli.c
+++ b/drivers/misc/bh1780gli.c
@@ -22,6 +22,7 @@
#include <linux/mutex.h>
#include <linux/platform_device.h>
#include <linux/delay.h>
+#include <linux/module.h>
#define BH1780_REG_CONTROL 0x80
#define BH1780_REG_PARTID 0x8A