From 4488f74ff66414c8e1aaa609db741ffec8207afc Mon Sep 17 00:00:00 2001 From: "Nickolay V. Shmyrev" Date: Sat, 18 Jun 2005 06:00:36 +0000 Subject: * dpl3518.c, msp3400-old.c, msp3400.c, saa6752hs.c, tda9887.c: * tuner-core.c, tvaudio.c, tveeprom.c: - Up requirement on kernel version to remove normal_i2c_range. Actually it gives nothing, only remove unused static structure so it's used as a reminder. - Fix compilation. --- v4l_experimental/dpl3518.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'v4l_experimental') diff --git a/v4l_experimental/dpl3518.c b/v4l_experimental/dpl3518.c index 3ce052c53..5fb52b4b2 100644 --- a/v4l_experimental/dpl3518.c +++ b/v4l_experimental/dpl3518.c @@ -1,5 +1,5 @@ /* - * $Id: dpl3518.c,v 1.3 2005/06/12 04:19:19 mchehab Exp $ + * $Id: dpl3518.c,v 1.4 2005/06/18 06:00:36 nsh Exp $ * * programming the dpl3518a Dolby Pro Logic Processor * @@ -60,7 +60,9 @@ static unsigned short normal_i2c[] = { I2C_DPL3518 >> 1, I2C_CLIENT_END}; +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,13) static unsigned short normal_i2c_range[] = {I2C_CLIENT_END}; +#endif I2C_CLIENT_INSMOD; struct dpl3518 { -- cgit v1.2.3