Skip to content

Commit

Permalink
V4L/DVB (8800): [v4l-dvb-maintainer] [PATCH] v4l: mt9m111.c make func…
Browse files Browse the repository at this point in the history
…tion static

drivers/media/video/mt9m111.c:758:5: warning: symbol 'mt9m111_restore_state' was not declared. Should it be static?

New warning in next-20080825

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Harvey Harrison authored and Mauro Carvalho Chehab committed Oct 12, 2008
1 parent 2853155 commit ba77531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/mt9m111.c
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ static int mt9m111_set_control(struct soc_camera_device *icd,
return ret;
}

int mt9m111_restore_state(struct soc_camera_device *icd)
static int mt9m111_restore_state(struct soc_camera_device *icd)
{
struct mt9m111 *mt9m111 = container_of(icd, struct mt9m111, icd);

Expand Down

0 comments on commit ba77531

Please sign in to comment.