diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-05-22 09:31:42 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 00:59:53 -0400 |
commit | adcb0fa2504aac35e0ed285147b11e75a6db34c7 (patch) | |
tree | 1f1bee13f3e3fea4ad91f30a622776143aa299c1 /drivers/media/video/em28xx/em28xx-cards.c | |
parent | a9686e0d204e3faa544434c709ccb599f8165252 (diff) |
V4L/DVB (3963): Em28xx/: possible cleanups
This patch contains the following possible cleanups:
- make the following needlessly global functions static:
- em28xx-core.c: em28xx_accumulator_set()
- em28xx-core.c: em28xx_capture_area_set()
- em28xx-core.c: em28xx_scaler_set()
- em28xx-core.c: em28xx_isocIrq()
- remove the following unused EXPORT_SYMBOL's:
- em28xx-cards.c: em28xx_boards
- em28xx-cards.c: em28xx_bcount
- em28xx-cards.c: em28xx_id_table
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-cards.c')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-cards.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c index 9965ee9e9c22..ed882ebc7b95 100644 --- a/drivers/media/video/em28xx/em28xx-cards.c +++ b/drivers/media/video/em28xx/em28xx-cards.c | |||
@@ -326,8 +326,4 @@ void em28xx_card_setup(struct em28xx *dev) | |||
326 | } | 326 | } |
327 | } | 327 | } |
328 | 328 | ||
329 | EXPORT_SYMBOL(em28xx_boards); | ||
330 | EXPORT_SYMBOL(em28xx_bcount); | ||
331 | EXPORT_SYMBOL(em28xx_id_table); | ||
332 | |||
333 | MODULE_DEVICE_TABLE (usb, em28xx_id_table); | 329 | MODULE_DEVICE_TABLE (usb, em28xx_id_table); |