diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-11-05 18:07:06 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-11-05 18:07:06 +0100 |
commit | 420b9756e083793a1e3e1df77c434694c29ff5b3 (patch) | |
tree | aa059ff9dd5b1ac366d4002a24c78f84dc2a5391 /linux/drivers/media/dvb/dvb-usb/vp7045.h | |
parent | 116d22ab6df78598dd2cd5105135c256650cde94 (diff) | |
download | mediapointer-dvb-s2-420b9756e083793a1e3e1df77c434694c29ff5b3.tar.gz mediapointer-dvb-s2-420b9756e083793a1e3e1df77c434694c29ff5b3.tar.bz2 |
usb: make some debug vars static
From: Adrian Bunk <bunk@kernel.org>
This patch makes some needlessly global debug variables static.
opera1.h became so small that I removed it.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Reviewed-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb/vp7045.h')
-rw-r--r-- | linux/drivers/media/dvb/dvb-usb/vp7045.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/vp7045.h b/linux/drivers/media/dvb/dvb-usb/vp7045.h index 9ce21a20f..969688f85 100644 --- a/linux/drivers/media/dvb/dvb-usb/vp7045.h +++ b/linux/drivers/media/dvb/dvb-usb/vp7045.h @@ -17,11 +17,6 @@ #define DVB_USB_LOG_PREFIX "vp7045" #include "dvb-usb.h" -extern int dvb_usb_vp7045_debug; -#define deb_info(args...) dprintk(dvb_usb_vp7045_debug,0x01,args) -#define deb_xfer(args...) dprintk(dvb_usb_vp7045_debug,0x02,args) -#define deb_rc(args...) dprintk(dvb_usb_vp7045_debug,0x04,args) - /* vp7045 commands */ /* Twinhan Vendor requests */ |