V4L/DVB (6819): i2c: fix drivers/media/video/bt866.c
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 13 Dec 2007 05:30:26 +0000 (02:30 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Thu, 13 Dec 2007 19:58:05 +0000 (17:58 -0200)
usage_count got removed.

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/bt866.c

index b767b098d14bb677b9c9b7e6393825c61cedff38..96b415576f0deb8f5330eda6f758deb3cb76a73d 100644 (file)
@@ -300,7 +300,6 @@ static struct i2c_client bt866_client_tmpl =
        .addr = 0,
        .adapter = NULL,
        .driver = &i2c_driver_bt866,
-       .usage_count = 0
 };
 
 static int bt866_found_proc(struct i2c_adapter *adapter,