summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/dvb-usb/dw2102.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2012-06-14 21:35:56 +0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-08-14 04:26:31 +0200
commit786baecfe78f8e25547c628b48a60fc8e5636056 (patch)
treebb4101ce010f55cbbfc6d93ee13b44b496a028cc /drivers/media/usb/dvb-usb/dw2102.h
parent[media] firewire: move it one level up (diff)
downloadlinux-786baecfe78f8e25547c628b48a60fc8e5636056.tar.xz
linux-786baecfe78f8e25547c628b48a60fc8e5636056.zip
[media] dvb-usb: move it to drivers/media/usb/dvb-usb
As media/dvb will be removed, move it to a proper place. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb/dvb-usb/dw2102.h')
-rw-r--r--drivers/media/usb/dvb-usb/dw2102.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/usb/dvb-usb/dw2102.h b/drivers/media/usb/dvb-usb/dw2102.h
new file mode 100644
index 000000000000..5cd0b0eb6ce1
--- /dev/null
+++ b/drivers/media/usb/dvb-usb/dw2102.h
@@ -0,0 +1,9 @@
+#ifndef _DW2102_H_
+#define _DW2102_H_
+
+#define DVB_USB_LOG_PREFIX "dw2102"
+#include "dvb-usb.h"
+
+#define deb_xfer(args...) dprintk(dvb_usb_dw2102_debug, 0x02, args)
+#define deb_rc(args...) dprintk(dvb_usb_dw2102_debug, 0x04, args)
+#endif