diff options
author | Michael Hunold <devnull@localhost> | 2003-03-20 07:52:43 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2003-03-20 07:52:43 +0000 |
commit | 159a2f4d12b7cad99fcb296598b0c0fe62c08088 (patch) | |
tree | f08a790456be6e41fc6ec5f1d92c368f01044c13 /linux/drivers/media/common/saa7146_vbi.c | |
parent | 8e70f1b3103660c09495d4a1c4d81b8f855edd53 (diff) | |
download | mediapointer-dvb-s2-159a2f4d12b7cad99fcb296598b0c0fe62c08088.tar.gz mediapointer-dvb-s2-159a2f4d12b7cad99fcb296598b0c0fe62c08088.tar.bz2 |
This is the beginning of some modifications to get the new
"dvb-kernel" tree into shape for direct inclusion into the
2.5.x kernel.
Diffstat (limited to 'linux/drivers/media/common/saa7146_vbi.c')
-rw-r--r-- | linux/drivers/media/common/saa7146_vbi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/common/saa7146_vbi.c b/linux/drivers/media/common/saa7146_vbi.c index 664d8a484..41fe0d787 100644 --- a/linux/drivers/media/common/saa7146_vbi.c +++ b/linux/drivers/media/common/saa7146_vbi.c @@ -1,4 +1,4 @@ -#include "saa7146_vv.h" +#include <media/saa7146_vv.h> #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,51) #define KBUILD_MODNAME saa7146 |