diff options
Diffstat (limited to 'linux/drivers/media/video/bttv-driver.c')
-rw-r--r-- | linux/drivers/media/video/bttv-driver.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/drivers/media/video/bttv-driver.c b/linux/drivers/media/video/bttv-driver.c index e0865757a..241a163aa 100644 --- a/linux/drivers/media/video/bttv-driver.c +++ b/linux/drivers/media/video/bttv-driver.c @@ -1,5 +1,5 @@ /* - $Id: bttv-driver.c,v 1.76 2005/12/07 11:18:39 mchehab Exp $ + $Id: bttv-driver.c,v 1.77 2005/12/07 12:03:24 mchehab Exp $ bttv - Bt848 frame grabber driver @@ -35,6 +35,8 @@ #include <linux/sched.h> #include <linux/interrupt.h> #include <linux/kdev_t.h> +#include "bttvp.h" + #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0) #include <linux/dma-mapping.h> #endif @@ -42,8 +44,6 @@ #include <asm/io.h> #include <asm/byteorder.h> -#include "bttvp.h" - #include "rds.h" |