summaryrefslogtreecommitdiff
path: root/v4l/scripts/makelinks.sh
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2006-08-08 13:42:28 -0400
committerMichael Krufky <mkrufky@linuxtv.org>2006-08-08 13:42:28 -0400
commit114675a5c1a1e89b5f8c0e6d2274fbac5b3fa227 (patch)
tree9db9b24a91c89a3c65f8d52233fc49ade2004c0e /v4l/scripts/makelinks.sh
parentd0107f4299414236448ef5f59fd237e0a370827d (diff)
downloadmediapointer-dvb-s2-114675a5c1a1e89b5f8c0e6d2274fbac5b3fa227.tar.gz
mediapointer-dvb-s2-114675a5c1a1e89b5f8c0e6d2274fbac5b3fa227.tar.bz2
remove embedded videodev.h patch from makelinks.sh
From: Michael Krufky <mkrufky@linuxtv.org> 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 <mkrufky@linuxtv.org>
Diffstat (limited to 'v4l/scripts/makelinks.sh')
-rwxr-xr-xv4l/scripts/makelinks.sh12
1 files changed, 0 insertions, 12 deletions
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 <linux/types.h>
-
- #define HAVE_V4L1 1