From 114675a5c1a1e89b5f8c0e6d2274fbac5b3fa227 Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Tue, 8 Aug 2006 13:42:28 -0400 Subject: remove embedded videodev.h patch from makelinks.sh From: Michael Krufky This fixes the patch failure when using the "make kernel-links" build method. We no longer have to patch videodev.h to include compat.h for the in-kernel build using the v4l-dvb development repository, as the individual card drivers that need compat.h are already including it. Signed-off-by: Michael Krufky --- v4l/scripts/makelinks.sh | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'v4l/scripts') diff --git a/v4l/scripts/makelinks.sh b/v4l/scripts/makelinks.sh index 187145822..9ee780aba 100755 --- a/v4l/scripts/makelinks.sh +++ b/v4l/scripts/makelinks.sh @@ -48,15 +48,3 @@ for x in `find drivers/media -type d | grep -v CVS` ; do done cd .. -patch -p0 <<'DIFF' -diff -u -p videodev.h ---- linux/include/linux/videodev.h -+++ linux/include/linux/videodev.h -@@ -1,6 +1,7 @@ - #ifndef __LINUX_VIDEODEV_H - #define __LINUX_VIDEODEV_H - -+#include "compat.h" - #include - - #define HAVE_V4L1 1 -- cgit v1.2.3