diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-10-03 16:17:24 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-02-21 10:35:27 -0500 |
commit | 8bb36dc7b5c9f528541b8674f9417901129dae64 (patch) | |
tree | 13cf7f219f5a559a816de4e1efff7f7710c5ab3d /drivers/media | |
parent | 73b96c09f679dfaaf8f72b7789a277fc10618328 (diff) |
V4L/DVB (5228): Gl861: remove unneeded "extern int" declaration
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/dvb/dvb-usb/gl861.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/gl861.h b/drivers/media/dvb/dvb-usb/gl861.h index df97fcf504a7..72a51afd5ee3 100644 --- a/drivers/media/dvb/dvb-usb/gl861.h +++ b/drivers/media/dvb/dvb-usb/gl861.h | |||
@@ -4,7 +4,6 @@ | |||
4 | #define DVB_USB_LOG_PREFIX "gl861" | 4 | #define DVB_USB_LOG_PREFIX "gl861" |
5 | #include "dvb-usb.h" | 5 | #include "dvb-usb.h" |
6 | 6 | ||
7 | extern int dvb_usb_gl861_debug; | ||
8 | #define deb_rc(args...) dprintk(dvb_usb_gl861_debug,0x01,args) | 7 | #define deb_rc(args...) dprintk(dvb_usb_gl861_debug,0x01,args) |
9 | 8 | ||
10 | #define GL861_WRITE 0x40 | 9 | #define GL861_WRITE 0x40 |