summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-usb/dvb-usb.h
diff options
context:
space:
mode:
authorAdrian Bunk2006-01-23 20:11:09 +0100
committerMauro Carvalho Chehab2006-01-23 20:11:09 +0100
commit703cb2cbf4250215e67f4a04081e4ea9d9f34bc9 (patch)
treecd9a9404a0cda282013c34ea087611771fc2e6ff /drivers/media/dvb/dvb-usb/dvb-usb.h
parentV4L/DVB (3427): audmode and rxsubchans fixes (VIDIOC_G/S_TUNER) (diff)
downloadkernel-qcow2-linux-703cb2cbf4250215e67f4a04081e4ea9d9f34bc9.tar.gz
kernel-qcow2-linux-703cb2cbf4250215e67f4a04081e4ea9d9f34bc9.tar.xz
kernel-qcow2-linux-703cb2cbf4250215e67f4a04081e4ea9d9f34bc9.zip
V4L/DVB (3428): drivers/media/dvb/ possible cleanups
- 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> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/dvb-usb.h')
-rw-r--r--drivers/media/dvb/dvb-usb/dvb-usb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/dvb-usb.h b/drivers/media/dvb/dvb-usb/dvb-usb.h
index dd568396e594..5e5d21ad93c9 100644
--- a/drivers/media/dvb/dvb-usb/dvb-usb.h
+++ b/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