diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-19 01:34:31 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 21:09:42 +0400 |
commit | e54318e5a41cfe10325ae2f817d337beb84e79aa (patch) | |
tree | 40a9bbd26ff7e21743e3dc2446c5e1bd018b2213 /drivers/media/video/em28xx/em28xx.h | |
parent | e9888a1330402050e596b2553e7009fe371c42be (diff) | |
download | linux-e54318e5a41cfe10325ae2f817d337beb84e79aa.tar.xz |
V4L/DVB (7618): em28xx: make some symbols static
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx.h')
-rw-r--r-- | drivers/media/video/em28xx/em28xx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx.h b/drivers/media/video/em28xx/em28xx.h index e0d119c22810..002f170b211a 100644 --- a/drivers/media/video/em28xx/em28xx.h +++ b/drivers/media/video/em28xx/em28xx.h @@ -474,7 +474,6 @@ extern struct usb_device_id em28xx_id_table[]; extern const unsigned int em28xx_bcount; void em28xx_set_ir(struct em28xx *dev, struct IR_i2c *ir); int em28xx_tuner_callback(void *ptr, int command, int arg); -void em28xx_setup_xc3028(struct em28xx *dev, struct xc2028_ctrl *ctl); /* Provided by em28xx-input.c */ /* TODO: Check if the standard get_key handlers on ir-common can be used */ |