summaryrefslogtreecommitdiff
path: root/drivers/media/dvb
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-07-24 17:37:55 (GMT)
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-07-25 12:02:15 (GMT)
commite5b13acf563e98ffc5dea8bebf80299a2a4ea088 (patch)
tree0571909a2ff2b1705b1438e1a8889ef95a296bf0 /drivers/media/dvb
parent698158c799c7961824ccdb773250e16c0dd5d9e4 (diff)
downloadlinux-fsl-qoriq-e5b13acf563e98ffc5dea8bebf80299a2a4ea088.tar.xz
V4L/DVB (8451): dw2102: fix in-kernel compilation
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r--drivers/media/dvb/dvb-usb/dw2102.h2
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 cb58737..7a310f9 100644
--- a/drivers/media/dvb/dvb-usb/dw2102.h
+++ b/drivers/media/dvb/dvb-usb/dw2102.h
@@ -2,7 +2,7 @@
#define _DW2102_H_
#define DVB_USB_LOG_PREFIX "dw2102"
-#include <dvb-usb.h>
+#include "dvb-usb.h"
extern int dvb_usb_dw2102_debug;
#define deb_xfer(args...) dprintk(dvb_usb_dw2102_debug, 0x02, args)