diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-07-17 23:50:58 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 06:17:52 -0400 |
commit | f87086e302300fdff1bd32049deb7a7f3e3de7da (patch) | |
tree | 27b42587cf577a63d9f79ccb27267e0dea7188cb /drivers/media/video/cx88 | |
parent | e01117c81676dc9897f567e32cdc13a26e85280b (diff) |
v4l-dvb: remove legacy checks to allow support for kernels < 2.6.10
Also remove some blank lines that were used to split compat code at -devel
tree.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88')
-rw-r--r-- | drivers/media/video/cx88/cx88-alsa.c | 1 | ||||
-rw-r--r-- | drivers/media/video/cx88/cx88-i2c.c | 1 | ||||
-rw-r--r-- | drivers/media/video/cx88/cx88-vp3054-i2c.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/video/cx88/cx88-alsa.c b/drivers/media/video/cx88/cx88-alsa.c index 80c8883e54b5..06f171ab6149 100644 --- a/drivers/media/video/cx88/cx88-alsa.c +++ b/drivers/media/video/cx88/cx88-alsa.c | |||
@@ -82,7 +82,6 @@ typedef struct cx88_audio_dev snd_cx88_card_t; | |||
82 | 82 | ||
83 | 83 | ||
84 | 84 | ||
85 | |||
86 | /**************************************************************************** | 85 | /**************************************************************************** |
87 | Module global static vars | 86 | Module global static vars |
88 | ****************************************************************************/ | 87 | ****************************************************************************/ |
diff --git a/drivers/media/video/cx88/cx88-i2c.c b/drivers/media/video/cx88/cx88-i2c.c index cb6a096069c7..d7406a994f09 100644 --- a/drivers/media/video/cx88/cx88-i2c.c +++ b/drivers/media/video/cx88/cx88-i2c.c | |||
@@ -103,7 +103,6 @@ static int attach_inform(struct i2c_client *client) | |||
103 | 103 | ||
104 | dprintk(1, "%s i2c attach [addr=0x%x,client=%s]\n", | 104 | dprintk(1, "%s i2c attach [addr=0x%x,client=%s]\n", |
105 | client->driver->driver.name, client->addr, client->name); | 105 | client->driver->driver.name, client->addr, client->name); |
106 | |||
107 | return 0; | 106 | return 0; |
108 | } | 107 | } |
109 | 108 | ||
diff --git a/drivers/media/video/cx88/cx88-vp3054-i2c.c b/drivers/media/video/cx88/cx88-vp3054-i2c.c index 6ce5af488471..20800425c51e 100644 --- a/drivers/media/video/cx88/cx88-vp3054-i2c.c +++ b/drivers/media/video/cx88/cx88-vp3054-i2c.c | |||
@@ -30,7 +30,6 @@ | |||
30 | #include "cx88.h" | 30 | #include "cx88.h" |
31 | #include "cx88-vp3054-i2c.h" | 31 | #include "cx88-vp3054-i2c.h" |
32 | 32 | ||
33 | |||
34 | MODULE_DESCRIPTION("driver for cx2388x VP3054 design"); | 33 | MODULE_DESCRIPTION("driver for cx2388x VP3054 design"); |
35 | MODULE_AUTHOR("Chris Pascoe <c.pascoe@itee.uq.edu.au>"); | 34 | MODULE_AUTHOR("Chris Pascoe <c.pascoe@itee.uq.edu.au>"); |
36 | MODULE_LICENSE("GPL"); | 35 | MODULE_LICENSE("GPL"); |