diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-08-01 21:26:38 +0200 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 00:31:51 +0100 |
commit | 35a246363ec41e7b19f7887a97ef3d01ab41356a (patch) | |
tree | c0b78d95fd89408c5213f23169804d16704b9ac6 /drivers/media/dvb/siano | |
parent | drivers/media: ir-raw.c needs kmod.h for request_module (diff) | |
download | linux-35a246363ec41e7b19f7887a97ef3d01ab41356a.tar.xz linux-35a246363ec41e7b19f7887a97ef3d01ab41356a.zip |
drivers/media: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required
These two macros were in module.h but now module.h is no longer
sprayed across every source file imaginable, so the users need
to expicitly call out their use of them.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/media/dvb/siano')
-rw-r--r-- | drivers/media/dvb/siano/smsendian.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/siano/smsendian.c b/drivers/media/dvb/siano/smsendian.c index 457b6d02ef85..e2657c2f0109 100644 --- a/drivers/media/dvb/siano/smsendian.c +++ b/drivers/media/dvb/siano/smsendian.c @@ -19,6 +19,7 @@ ****************************************************************/ +#include <linux/export.h> #include <asm/byteorder.h> #include "smsendian.h" |