summaryrefslogtreecommitdiffstats
path: root/drivers/media/common
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-08-01 15:26:38 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:51 -0400
commit35a246363ec41e7b19f7887a97ef3d01ab41356a (patch)
treec0b78d95fd89408c5213f23169804d16704b9ac6 /drivers/media/common
parentdff65de26ba8128f051799fd6c3660c7162eefc1 (diff)
downloadop-kernel-dev-35a246363ec41e7b19f7887a97ef3d01ab41356a.zip
op-kernel-dev-35a246363ec41e7b19f7887a97ef3d01ab41356a.tar.gz
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/common')
-rw-r--r--drivers/media/common/saa7146_hlp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/common/saa7146_hlp.c b/drivers/media/common/saa7146_hlp.c
index 1d1d8d2..c9c6e9a 100644
--- a/drivers/media/common/saa7146_hlp.c
+++ b/drivers/media/common/saa7146_hlp.c
@@ -1,4 +1,5 @@
#include <linux/kernel.h>
+#include <linux/export.h>
#include <media/saa7146_vv.h>
static void calculate_output_format_register(struct saa7146_dev* saa, u32 palette, u32* clip_format)
OpenPOWER on IntegriCloud