aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc/ad7780.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-03 15:49:50 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2011-08-25 17:01:20 -0700
commit99c978529a40132a6f7a5f136b4362b56fc88d8c (patch)
tree29b22b1c10392d1c794b98f98c2066fb304dc5f3 /drivers/staging/iio/adc/ad7780.c
parentStaging: hv: hv_mouse: fix up remove() function (diff)
downloadlinux-dev-99c978529a40132a6f7a5f136b4362b56fc88d8c.tar.xz
linux-dev-99c978529a40132a6f7a5f136b4362b56fc88d8c.zip
staging: Add module.h to drivers/staging users
Lots of people expect module.h to just "be there" without any #include effort. But we are crushing that. So fix those files in staging relying on implicit module.h presence. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/iio/adc/ad7780.c')
-rw-r--r--drivers/staging/iio/adc/ad7780.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/iio/adc/ad7780.c b/drivers/staging/iio/adc/ad7780.c
index f90cdeacadf6..46d1f8f3fe82 100644
--- a/drivers/staging/iio/adc/ad7780.c
+++ b/drivers/staging/iio/adc/ad7780.c
@@ -16,6 +16,7 @@
#include <linux/err.h>
#include <linux/sched.h>
#include <linux/gpio.h>
+#include <linux/module.h>
#include "../iio.h"
#include "../sysfs.h"