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/video/v4l2-fh.c | |
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/video/v4l2-fh.c')
-rw-r--r-- | drivers/media/video/v4l2-fh.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/v4l2-fh.c b/drivers/media/video/v4l2-fh.c index 122822d2b8b2..9e3fc040ea20 100644 --- a/drivers/media/video/v4l2-fh.c +++ b/drivers/media/video/v4l2-fh.c @@ -24,6 +24,7 @@ #include <linux/bitops.h> #include <linux/slab.h> +#include <linux/export.h> #include <media/v4l2-dev.h> #include <media/v4l2-fh.h> #include <media/v4l2-event.h> |