aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/v4l2-device.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-03 14:03:12 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:51 -0400
commit7a707b89202f905bd9f9fbde326933c59a81214c (patch)
treedbac5d56de8e3a14ca3306d3bdaffb13138def9b /drivers/media/video/v4l2-device.c
parentdrivers/media: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required (diff)
downloadlinux-dev-7a707b89202f905bd9f9fbde326933c59a81214c.tar.xz
linux-dev-7a707b89202f905bd9f9fbde326933c59a81214c.zip
drivers/media: Add module.h to all files using it implicitly
A pending cleanup will mean that module.h won't be implicitly everywhere anymore. Make sure the modular drivers in clocksource are actually calling out for <module.h> explicitly in advance. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/media/video/v4l2-device.c')
-rw-r--r--drivers/media/video/v4l2-device.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/v4l2-device.c b/drivers/media/video/v4l2-device.c
index e6a2c3b302d4..c742b1f5e73e 100644
--- a/drivers/media/video/v4l2-device.c
+++ b/drivers/media/video/v4l2-device.c
@@ -20,6 +20,7 @@
#include <linux/types.h>
#include <linux/ioctl.h>
+#include <linux/module.h>
#include <linux/i2c.h>
#if defined(CONFIG_SPI)
#include <linux/spi/spi.h>