diff options
Diffstat (limited to 'linux/drivers/media/video/bttvp.h')
-rw-r--r-- | linux/drivers/media/video/bttvp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/bttvp.h b/linux/drivers/media/video/bttvp.h index 019994967..88f77caa4 100644 --- a/linux/drivers/media/video/bttvp.h +++ b/linux/drivers/media/video/bttvp.h @@ -1,5 +1,5 @@ /* - $Id: bttvp.h,v 1.30 2005/12/14 22:05:02 hverkuil Exp $ + $Id: bttvp.h,v 1.31 2005/12/25 19:06:18 mkrufky Exp $ bttv - Bt848 frame grabber driver @@ -41,7 +41,7 @@ #include <asm/io.h> #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0) -#include <media/i2c-compat.h> +#include "i2c-compat.h" #define strlcpy(dest,src,len) strncpy(dest,src,(len)-1) #else #include <linux/device.h> |