diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-11-04 09:03:36 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:02:00 -0500 |
commit | 9dd659de9fbd1687c6175053c6453db5b932f152 (patch) | |
tree | 5e07d228f4eaff3ae66bb96fd56792463adcc261 /drivers/media/video/tuner-xc2028.c | |
parent | 92de1f16d15a30831d1685949aeb76c99032ef23 (diff) |
V4L/DVB (6556): tuner: convert to bus-based I2C API
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/tuner-xc2028.c')
-rw-r--r-- | drivers/media/video/tuner-xc2028.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/tuner-xc2028.c b/drivers/media/video/tuner-xc2028.c index 473fa73b1819..80d14020c78d 100644 --- a/drivers/media/video/tuner-xc2028.c +++ b/drivers/media/video/tuner-xc2028.c | |||
@@ -22,7 +22,7 @@ | |||
22 | #include <linux/dvb/frontend.h> | 22 | #include <linux/dvb/frontend.h> |
23 | #include "dvb_frontend.h" | 23 | #include "dvb_frontend.h" |
24 | 24 | ||
25 | #define PREFIX "xc2028 " | 25 | #define PREFIX "xc2028" |
26 | 26 | ||
27 | static LIST_HEAD(xc2028_list); | 27 | static LIST_HEAD(xc2028_list); |
28 | /* struct for storing firmware table */ | 28 | /* struct for storing firmware table */ |