diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-04-11 09:26:57 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 00:58:02 -0400 |
commit | 5d7dc8c4f667070dbc9a65e93b0e88ba9d19f22a (patch) | |
tree | 4e35b2211bcea39a5645016d25e92fe33cc34e5e /drivers/media/common/saa7146_video.c | |
parent | a8558577ff5562fe52c2c493e5bbc3dcdec7ce2f (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_video.c')
-rw-r--r-- | drivers/media/common/saa7146_video.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/common/saa7146_video.c b/drivers/media/common/saa7146_video.c index e7079d1bd537..8393d472d3b8 100644 --- a/drivers/media/common/saa7146_video.c +++ b/drivers/media/common/saa7146_video.c | |||
@@ -318,6 +318,7 @@ int saa7146_start_preview(struct saa7146_fh *fh) | |||
318 | 318 | ||
319 | return 0; | 319 | return 0; |
320 | } | 320 | } |
321 | EXPORT_SYMBOL_GPL(saa7146_start_preview); | ||
321 | 322 | ||
322 | int saa7146_stop_preview(struct saa7146_fh *fh) | 323 | int saa7146_stop_preview(struct saa7146_fh *fh) |
323 | { | 324 | { |
@@ -352,6 +353,7 @@ int saa7146_stop_preview(struct saa7146_fh *fh) | |||
352 | 353 | ||
353 | return 0; | 354 | return 0; |
354 | } | 355 | } |
356 | EXPORT_SYMBOL_GPL(saa7146_stop_preview); | ||
355 | 357 | ||
356 | static int s_fmt(struct saa7146_fh *fh, struct v4l2_format *f) | 358 | static int s_fmt(struct saa7146_fh *fh, struct v4l2_format *f) |
357 | { | 359 | { |