diff options
author | Michael Krufky <devnull@localhost> | 2006-01-22 18:10:39 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2006-01-22 18:10:39 +0000 |
commit | 6238396acc97694eb2b368edb78b5341dcd8c9fd (patch) | |
tree | 6a58d2f7ed92f5ffdb517ba98366eabe152ccc04 /linux/drivers/media/dvb/dvb-usb/dvb-usb.h | |
parent | deb202567f8ffea5e21cff6e6f6348e3522f92b9 (diff) | |
download | mediapointer-dvb-s2-6238396acc97694eb2b368edb78b5341dcd8c9fd.tar.gz mediapointer-dvb-s2-6238396acc97694eb2b368edb78b5341dcd8c9fd.tar.bz2 |
drivers/media/dvb/: possible cleanups
From: Adrian Bunk <bunk@stusta.de>
- make needlessly global code static
- #if 0 the following unused global functions:
- b2c2/flexcop-dma.c: flexcop_dma_control_packet_irq()
- b2c2/flexcop-dma.c: flexcop_dma_config_packet_count()
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb/dvb-usb.h')
-rw-r--r-- | linux/drivers/media/dvb/dvb-usb/dvb-usb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/dvb-usb.h b/linux/drivers/media/dvb/dvb-usb/dvb-usb.h index dd568396e..5e5d21ad9 100644 --- a/linux/drivers/media/dvb/dvb-usb/dvb-usb.h +++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb.h @@ -341,7 +341,6 @@ struct hexline { u8 data[255]; u8 chk; }; -extern int dvb_usb_get_hexline(const struct firmware *, struct hexline *, int *); extern int usb_cypress_load_firmware(struct usb_device *udev, const struct firmware *fw, int type); #endif |