diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-11-05 18:06:41 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-11-05 18:06:41 +0100 |
commit | 254f72ea7f111c232c9f5007aa3304eb7f0c5cbb (patch) | |
tree | c47f17dc856a176a0b5cbb6ef78e94118b346072 /linux/drivers/media/dvb/dvb-usb/gp8psk.c | |
parent | 7592a377faa5926c8463159ee6a15493b05e5fa9 (diff) | |
download | mediapointer-dvb-s2-254f72ea7f111c232c9f5007aa3304eb7f0c5cbb.tar.gz mediapointer-dvb-s2-254f72ea7f111c232c9f5007aa3304eb7f0c5cbb.tar.bz2 |
usb/gp8psk.c: #if 0 gp8psk_bcm4500_reload()
From: Adrian Bunk <bunk@kernel.org>
This patch #if 0's the unused gp8psk_bcm4500_reload()
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb/gp8psk.c')
-rw-r--r-- | linux/drivers/media/dvb/dvb-usb/gp8psk.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/gp8psk.c b/linux/drivers/media/dvb/dvb-usb/gp8psk.c index c1744469f..54ecee36d 100644 --- a/linux/drivers/media/dvb/dvb-usb/gp8psk.c +++ b/linux/drivers/media/dvb/dvb-usb/gp8psk.c @@ -171,6 +171,7 @@ static int gp8psk_power_ctrl(struct dvb_usb_device *d, int onoff) return 0; } +#if 0 int gp8psk_bcm4500_reload(struct dvb_usb_device *d) { u8 buf; @@ -187,6 +188,7 @@ int gp8psk_bcm4500_reload(struct dvb_usb_device *d) return EINVAL; return 0; } +#endif /* 0 */ static int gp8psk_streaming_ctrl(struct dvb_usb_adapter *adap, int onoff) { |