mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 03:53:37 +02:00
media: m5602_ov7660: remove the repeated declaration
Function 'ov7660_init' is declared twice, remove the repeated declaration. Cc: Erik Andren <erik.andren@gmail.com> Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
f2a7fc8cc8
commit
44bc619915
|
|
@ -86,7 +86,6 @@ extern bool dump_sensor;
|
|||
|
||||
int ov7660_probe(struct sd *sd);
|
||||
int ov7660_init(struct sd *sd);
|
||||
int ov7660_init(struct sd *sd);
|
||||
int ov7660_init_controls(struct sd *sd);
|
||||
int ov7660_start(struct sd *sd);
|
||||
int ov7660_stop(struct sd *sd);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user