diff options
Diffstat (limited to 'v4l_experimental')
-rw-r--r-- | v4l_experimental/dpl3518.c | 4 |
1 files changed, 3 insertions, 1 deletions
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 { |