summaryrefslogtreecommitdiff
path: root/linux/include
diff options
context:
space:
mode:
authorMichael Krufky <devnull@localhost>2005-08-28 18:22:34 +0000
committerMichael Krufky <devnull@localhost>2005-08-28 18:22:34 +0000
commit00e9f42e60719e2c015d16ca76f20e88cb5e1850 (patch)
treeadec8c1ab220f283c4b0908d21cea65910723d05 /linux/include
parent78e372c542731965d0e10b53d49a8fe664d1274b (diff)
downloadmediapointer-dvb-s2-00e9f42e60719e2c015d16ca76f20e88cb5e1850.tar.gz
mediapointer-dvb-s2-00e9f42e60719e2c015d16ca76f20e88cb5e1850.tar.bz2
* scripts/merge-trees.sh, scripts/unmerge-trees.sh:
- include files into tree-merge necessary for the dvb-bt8xx and dst dvb modules, based on bt8xx chips. This also includes all dvb frontends used by bt8xx boards. * bttv.h, videodev.h: - #include "compat.h", needed for tree-merge. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/include')
-rw-r--r--linux/include/linux/videodev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/include/linux/videodev.h b/linux/include/linux/videodev.h
index d2d8928ec..b93a78041 100644
--- a/linux/include/linux/videodev.h
+++ b/linux/include/linux/videodev.h
@@ -17,6 +17,7 @@
#if LINUX_VERSION_CODE > KERNEL_VERSION(2,5,0)
#include <linux/device.h>
#endif
+#include "compat.h"
struct video_device
{