diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-24 13:37:55 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-25 08:02:15 -0400 |
commit | e5b13acf563e98ffc5dea8bebf80299a2a4ea088 (patch) | |
tree | 0571909a2ff2b1705b1438e1a8889ef95a296bf0 /drivers | |
parent | 698158c799c7961824ccdb773250e16c0dd5d9e4 (diff) |
V4L/DVB (8451): dw2102: fix in-kernel compilation
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/dvb/dvb-usb/dw2102.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/dw2102.h b/drivers/media/dvb/dvb-usb/dw2102.h index cb5873752e46..7a310f906837 100644 --- a/drivers/media/dvb/dvb-usb/dw2102.h +++ b/drivers/media/dvb/dvb-usb/dw2102.h | |||
@@ -2,7 +2,7 @@ | |||
2 | #define _DW2102_H_ | 2 | #define _DW2102_H_ |
3 | 3 | ||
4 | #define DVB_USB_LOG_PREFIX "dw2102" | 4 | #define DVB_USB_LOG_PREFIX "dw2102" |
5 | #include <dvb-usb.h> | 5 | #include "dvb-usb.h" |
6 | 6 | ||
7 | extern int dvb_usb_dw2102_debug; | 7 | extern int dvb_usb_dw2102_debug; |
8 | #define deb_xfer(args...) dprintk(dvb_usb_dw2102_debug, 0x02, args) | 8 | #define deb_xfer(args...) dprintk(dvb_usb_dw2102_debug, 0x02, args) |