aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2007-12-13 00:30:26 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-12-13 14:58:05 -0500
commit4b5ae10c815941fab8e0e3b3801b4cb60ee2383a (patch)
treef70c07371eb0f3268a23696176a985e3f36bbf70 /drivers/media/video
parent1c1a8b9cbec2b6a75b8fa0abf6ccfd948229998a (diff)
V4L/DVB (6819): i2c: fix drivers/media/video/bt866.c
usage_count got removed. Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video')
-rw-r--r--drivers/media/video/bt866.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/bt866.c b/drivers/media/video/bt866.c
index b767b098d14b..96b415576f0d 100644
--- a/drivers/media/video/bt866.c
+++ b/drivers/media/video/bt866.c
@@ -300,7 +300,6 @@ static struct i2c_client bt866_client_tmpl =
300 .addr = 0, 300 .addr = 0,
301 .adapter = NULL, 301 .adapter = NULL,
302 .driver = &i2c_driver_bt866, 302 .driver = &i2c_driver_bt866,
303 .usage_count = 0
304}; 303};
305 304
306static int bt866_found_proc(struct i2c_adapter *adapter, 305static int bt866_found_proc(struct i2c_adapter *adapter,