summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/bt832.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux/drivers/media/video/bt832.c')
-rw-r--r--linux/drivers/media/video/bt832.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/linux/drivers/media/video/bt832.c b/linux/drivers/media/video/bt832.c
index 0a8fffbe2..b77bd4ace 100644
--- a/linux/drivers/media/video/bt832.c
+++ b/linux/drivers/media/video/bt832.c
@@ -46,8 +46,11 @@ MODULE_LICENSE("GPL");
static unsigned short normal_i2c[] = { I2C_BT832_ALT1>>1, I2C_BT832_ALT2>>1,
I2C_CLIENT_END };
I2C_CLIENT_INSMOD;
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,13)
+static unsigned short normal_i2c_range[] = { I2C_CLIENT_END };
+#endif
-int debug = 0; /* debug output */
+int debug; /* debug output */
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 0)
module_param(debug, int, 0644);
#else