diff options
author | Ezequiel Garcia <elezegarcia@gmail.com> | 2012-04-28 09:57:01 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-14 16:06:13 -0300 |
commit | 60332f033d4c8655e0afcea932e16d44646e82bf (patch) | |
tree | 6564b046cc03f83bc438b134c2ad647eb9822ae3 /drivers/media/video/em28xx/em28xx.h | |
parent | 152a3a7320d1582009db85d8be365ce430d079af (diff) | |
download | linux-60332f033d4c8655e0afcea932e16d44646e82bf.tar.gz linux-60332f033d4c8655e0afcea932e16d44646e82bf.tar.bz2 linux-60332f033d4c8655e0afcea932e16d44646e82bf.zip |
[media] em28xx: Make card_setup() and pre_card_setup() static
This cleans namespace a bit by making em28xx_card_setup()
em28xx_pre_card_setup() static functions.
Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx.h')
-rw-r--r-- | drivers/media/video/em28xx/em28xx.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/em28xx/em28xx.h b/drivers/media/video/em28xx/em28xx.h index 9a2bd5c40163..9486eacc6e0f 100644 --- a/drivers/media/video/em28xx/em28xx.h +++ b/drivers/media/video/em28xx/em28xx.h @@ -698,8 +698,6 @@ void em28xx_release_analog_resources(struct em28xx *dev); /* Provided by em28xx-cards.c */ extern int em2800_variant_detect(struct usb_device *udev, int model); -extern void em28xx_pre_card_setup(struct em28xx *dev); -extern void em28xx_card_setup(struct em28xx *dev); extern struct em28xx_board em28xx_boards[]; extern struct usb_device_id em28xx_id_table[]; extern const unsigned int em28xx_bcount; |