diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-08-01 23:26:38 +0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 03:31:51 +0400 |
commit | 35a246363ec41e7b19f7887a97ef3d01ab41356a (patch) | |
tree | c0b78d95fd89408c5213f23169804d16704b9ac6 /drivers/media/video/v4l2-subdev.c | |
parent | dff65de26ba8128f051799fd6c3660c7162eefc1 (diff) | |
download | linux-35a246363ec41e7b19f7887a97ef3d01ab41356a.tar.xz |
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-subdev.c')
-rw-r--r-- | drivers/media/video/v4l2-subdev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/v4l2-subdev.c b/drivers/media/video/v4l2-subdev.c index b7967c9dc4ae..6521cf87852f 100644 --- a/drivers/media/video/v4l2-subdev.c +++ b/drivers/media/video/v4l2-subdev.c @@ -24,6 +24,7 @@ #include <linux/slab.h> #include <linux/types.h> #include <linux/videodev2.h> +#include <linux/export.h> #include <media/v4l2-ctrls.h> #include <media/v4l2-device.h> |