V4L/DVB (8451): dw2102: fix in-kernel compilation
authorMauro Carvalho Chehab <mchehab@infradead.org>
Thu, 24 Jul 2008 17:37:55 +0000 (14:37 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 25 Jul 2008 12:02:15 +0000 (09:02 -0300)
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/dvb-usb/dw2102.h

index cb58737..7a310f9 100644 (file)
@@ -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)