summaryrefslogtreecommitdiff
path: root/drivers/media/common/saa7146_hlp.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-04-11 10:26:57 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-25 01:58:02 -0300
commit5d7dc8c4f667070dbc9a65e93b0e88ba9d19f22a (patch)
tree4e35b2211bcea39a5645016d25e92fe33cc34e5e /drivers/media/common/saa7146_hlp.c
parenta8558577ff5562fe52c2c493e5bbc3dcdec7ce2f (diff)
V4L/DVB (3770): Kill drivers/media/common/saa7146_vv_ksyms.c
This patch moves the EXPORT_SYMBOL's from drivers/media/common/saa7146_vv_ksyms.c to the files with the actual functions. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/common/saa7146_hlp.c')
-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 33bec8a6843b..2092e6c33dd2 100644
--- a/drivers/media/common/saa7146_hlp.c
+++ b/drivers/media/common/saa7146_hlp.c
@@ -641,6 +641,7 @@ void saa7146_set_hps_source_and_sync(struct saa7146_dev *dev, int source, int sy
vv->current_hps_source = source;
vv->current_hps_sync = sync;
}
+EXPORT_SYMBOL_GPL(saa7146_set_hps_source_and_sync);
int saa7146_enable_overlay(struct saa7146_fh *fh)
{