Linux IIO development
 help / color / mirror / Atom feed
* [PATCH] staging: add module.h to various iio drivers
@ 2011-09-30 22:06 Paul Gortmaker
  2011-10-05  6:39 ` Hennerich, Michael
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Gortmaker @ 2011-09-30 22:06 UTC (permalink / raw)
  To: gregkh; +Cc: linux-iio, linux-next, Paul Gortmaker

Since they are assuming it is there implicitly and will fail otherwise
with things like:

drivers/staging/iio/impedance-analyzer/ad5933.c:816: warning: type
 defaults to =E2=80=98int=E2=80=99 in declaration of =E2=80=98MODULE_AU=
THOR=E2=80=99

drivers/staging/iio/adc/ad7280a.c:990: warning: type defaults to =E2=80=
=98int=E2=80=99
 in declaration of =E2=80=98MODULE_AUTHOR=E2=80=99

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>

diff --git a/drivers/staging/iio/adc/ad7280a.c b/drivers/staging/iio/ad=
c/ad7280a.c
index ab6cf9c..6ca4532 100644
--- a/drivers/staging/iio/adc/ad7280a.c
+++ b/drivers/staging/iio/adc/ad7280a.c
@@ -14,6 +14,7 @@
 #include <linux/err.h>
 #include <linux/delay.h>
 #include <linux/interrupt.h>
+#include <linux/module.h>
=20
 #include "../iio.h"
 #include "../sysfs.h"
diff --git a/drivers/staging/iio/impedance-analyzer/ad5933.c b/drivers/=
staging/iio/impedance-analyzer/ad5933.c
index acc0e69..5783742 100644
--- a/drivers/staging/iio/impedance-analyzer/ad5933.c
+++ b/drivers/staging/iio/impedance-analyzer/ad5933.c
@@ -16,6 +16,7 @@
 #include <linux/types.h>
 #include <linux/err.h>
 #include <linux/delay.h>
+#include <linux/module.h>
 #include <asm/div64.h>
=20
 #include "../iio.h"
--=20
1.7.6


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-10-05  6:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-30 22:06 [PATCH] staging: add module.h to various iio drivers Paul Gortmaker
2011-10-05  6:39 ` Hennerich, Michael

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox