summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tvp514x.c
diff options
context:
space:
mode:
authorPaul Gortmaker2011-07-03 20:03:12 +0200
committerPaul Gortmaker2011-11-01 00:31:51 +0100
commit7a707b89202f905bd9f9fbde326933c59a81214c (patch)
treedbac5d56de8e3a14ca3306d3bdaffb13138def9b /drivers/media/video/tvp514x.c
parentdrivers/media: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required (diff)
downloadkernel-qcow2-linux-7a707b89202f905bd9f9fbde326933c59a81214c.tar.gz
kernel-qcow2-linux-7a707b89202f905bd9f9fbde326933c59a81214c.tar.xz
kernel-qcow2-linux-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/tvp514x.c')
-rw-r--r--drivers/media/video/tvp514x.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/tvp514x.c b/drivers/media/video/tvp514x.c
index 9b3e828b0775..926f03931156 100644
--- a/drivers/media/video/tvp514x.c
+++ b/drivers/media/video/tvp514x.c
@@ -32,6 +32,7 @@
#include <linux/slab.h>
#include <linux/delay.h>
#include <linux/videodev2.h>
+#include <linux/module.h>
#include <media/v4l2-device.h>
#include <media/v4l2-common.h>