aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/iio/gyro/adis16060_core.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-08-30 17:50:46 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:32:10 -0400
commit452962366c11a9126fabac8cb28af49c27464408 (patch)
treea98fb3d214943197fbf33eb496a6df4a63f8964c /drivers/staging/iio/gyro/adis16060_core.c
parent3f934e00a4d610b00159873ea9000dc3b08e3c06 (diff)
staging: Add module.h to more drivers implicitly using it.
This 2nd batch of implicit module.h users only appeared when we removed the unnecessary module.h from include/linux/miscdevice.h [The 1st batch is already present in Greg's staging tree.] Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/staging/iio/gyro/adis16060_core.c')
-rw-r--r--drivers/staging/iio/gyro/adis16060_core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/iio/gyro/adis16060_core.c b/drivers/staging/iio/gyro/adis16060_core.c
index 38cf3f4bf72..ff1b5a82b3d 100644
--- a/drivers/staging/iio/gyro/adis16060_core.c
+++ b/drivers/staging/iio/gyro/adis16060_core.c
@@ -6,6 +6,7 @@
* Licensed under the GPL-2 or later.
*/
+#include <linux/module.h>
#include <linux/delay.h>
#include <linux/mutex.h>
#include <linux/device.h>