summaryrefslogtreecommitdiff
path: root/drivers/media/video/cx25840
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-03 22:03:12 +0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-11-01 03:31:51 +0400
commit7a707b89202f905bd9f9fbde326933c59a81214c (patch)
treedbac5d56de8e3a14ca3306d3bdaffb13138def9b /drivers/media/video/cx25840
parent35a246363ec41e7b19f7887a97ef3d01ab41356a (diff)
downloadlinux-7a707b89202f905bd9f9fbde326933c59a81214c.tar.xz
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/cx25840')
-rw-r--r--drivers/media/video/cx25840/cx25840-ir.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx25840/cx25840-ir.c b/drivers/media/video/cx25840/cx25840-ir.c
index 7eb79af28aa3..4f12bcf44a6a 100644
--- a/drivers/media/video/cx25840/cx25840-ir.c
+++ b/drivers/media/video/cx25840/cx25840-ir.c
@@ -23,6 +23,7 @@
#include <linux/slab.h>
#include <linux/kfifo.h>
+#include <linux/module.h>
#include <media/cx25840.h>
#include <media/rc-core.h>