V4L/DVB (8451): dw2102: fix in-kernel compilation

Previous thread: V4L/DVB (8436): gspca: Version number only in the main driver. by Linux Kernel Mailing List on Monday, July 28, 2008 - 10:01 am. (1 message)

Next thread: V4L/DVB (8234a): uvcvideo: Fix build for uvc input by Linux Kernel Mailing List on Monday, July 28, 2008 - 10:01 am. (1 message)
From: Linux Kernel Mailing List
Date: Monday, July 28, 2008 - 10:01 am

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e5b13a...
Commit:     e5b13acf563e98ffc5dea8bebf80299a2a4ea088
Parent:     698158c799c7961824ccdb773250e16c0dd5d9e4
Author:     Mauro Carvalho Chehab <mchehab@infradead.org>
AuthorDate: Thu Jul 24 14:37:55 2008 -0300
Committer:  Mauro Carvalho Chehab <mchehab@infradead.org>
CommitDate: Fri Jul 25 09:02:15 2008 -0300

    V4L/DVB (8451): dw2102: fix in-kernel compilation
    
    Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
---
 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 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)
--

Previous thread: V4L/DVB (8436): gspca: Version number only in the main driver. by Linux Kernel Mailing List on Monday, July 28, 2008 - 10:01 am. (1 message)

Next thread: V4L/DVB (8234a): uvcvideo: Fix build for uvc input by Linux Kernel Mailing List on Monday, July 28, 2008 - 10:01 am. (1 message)