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>
This commit is contained in:
parent
1c1a8b9cbe
commit
4b5ae10c81
1 changed files with 0 additions and 1 deletions
|
@ -300,7 +300,6 @@ static struct i2c_client bt866_client_tmpl =
|
||||||
.addr = 0,
|
.addr = 0,
|
||||||
.adapter = NULL,
|
.adapter = NULL,
|
||||||
.driver = &i2c_driver_bt866,
|
.driver = &i2c_driver_bt866,
|
||||||
.usage_count = 0
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static int bt866_found_proc(struct i2c_adapter *adapter,
|
static int bt866_found_proc(struct i2c_adapter *adapter,
|
||||||
|
|
Loading…
Reference in a new issue