diff options
-rw-r--r-- | linux/drivers/media/video/ivtv/ivtv-driver.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linux/drivers/media/video/ivtv/ivtv-driver.h b/linux/drivers/media/video/ivtv/ivtv-driver.h index f9ceccade..9ace37cc4 100644 --- a/linux/drivers/media/video/ivtv/ivtv-driver.h +++ b/linux/drivers/media/video/ivtv/ivtv-driver.h @@ -68,7 +68,9 @@ #include <media/ivtv.h> -/* #define CONFIG_XC3028 1 */ +#if 0 +#define CONFIG_XC3028 1 +#endif #define IVTV_ENCODER_OFFSET 0x00000000 #define IVTV_ENCODER_SIZE 0x00800000 /* Last half isn't needed 0x01000000 */ |