diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-09-23 19:00:42 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-02-21 10:34:49 -0500 |
commit | 2aef7d0fa0e35a3a26733bef147196c2926bd228 (patch) | |
tree | 251de9dac95f1d9cc930aa6ef8d753575fe84f68 /drivers/media/dvb/dvb-usb/m920x.h | |
parent | 5fecd9fd4287dd163fe1f1f0b1e86e931ed589c4 (diff) |
V4L/DVB (5125): Dvb-usb: rename megasky.[ch] to m920x.[ch]
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/m920x.h')
-rw-r--r-- | drivers/media/dvb/dvb-usb/m920x.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb/m920x.h b/drivers/media/dvb/dvb-usb/m920x.h new file mode 100644 index 000000000000..6f14ae74e256 --- /dev/null +++ b/drivers/media/dvb/dvb-usb/m920x.h | |||
@@ -0,0 +1,10 @@ | |||
1 | #ifndef _DVB_USB_MEGASKY_H_ | ||
2 | #define _DVB_USB_MEGASKY_H_ | ||
3 | |||
4 | #define DVB_USB_LOG_PREFIX "megasky" | ||
5 | #include "dvb-usb.h" | ||
6 | |||
7 | extern int dvb_usb_megasky_debug; | ||
8 | #define deb_rc(args...) dprintk(dvb_usb_megasky_debug,0x01,args) | ||
9 | |||
10 | #endif | ||