Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=232fcefb55e67cf38176a1e5c188a04694445f11
Commit:     232fcefb55e67cf38176a1e5c188a04694445f11
Parent:     e3e97fe61f25aa36b96afe2f16a915dd966c70b0
Author:     Mauro Carvalho Chehab <[EMAIL PROTECTED]>
AuthorDate: Fri Jan 25 11:01:41 2008 -0200
Committer:  Mauro Carvalho Chehab <[EMAIL PROTECTED]>
CommitDate: Fri Jan 25 19:01:58 2008 -0200

    V4L/DVB(6548b) Fix compilation for em28xx
    
    From: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
    
    In file included from drivers/media/video/em28xx/em28xx-i2c.c:31:
    drivers/media/video/tuner-xc2028.h:10:26: error: dvb_frontend.h: No such 
file or directory
    
    In file included from drivers/media/video/em28xx/em28xx-i2c.c:31:
    drivers/media/video/tuner-xc2028.h:32: warning: 'struct dvb_frontend' 
declared inside parameter list
    drivers/media/video/tuner-xc2028.h:32: warning: its scope is only this 
definition or declaration, which is probably not what you want
    
    Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
---
 drivers/media/video/em28xx/Makefile |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/media/video/em28xx/Makefile 
b/drivers/media/video/em28xx/Makefile
index 826d0e3..7e7a93d 100644
--- a/drivers/media/video/em28xx/Makefile
+++ b/drivers/media/video/em28xx/Makefile
@@ -4,3 +4,6 @@ em28xx-objs     := em28xx-video.o em28xx-i2c.o em28xx-cards.o 
em28xx-core.o \
 obj-$(CONFIG_VIDEO_EM28XX) += em28xx.o
 
 EXTRA_CFLAGS += -Idrivers/media/video
+EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core
+EXTRA_CFLAGS += -Idrivers/media/dvb/frontends
+
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to