summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorHarvey Harrison <harvey.harrison@gmail.com>2008-08-27 22:20:01 +0200
committerHarvey Harrison <harvey.harrison@gmail.com>2008-08-27 22:20:01 +0200
commit5232a98b6146a74010539ba94a8e8e6f8a6fa48d (patch)
tree8f594555e446ea358eb9a8022957eea4ea5ddc5e /linux
parentd0ba237cfdce0751f117e7b91758bc9cae3c7451 (diff)
downloadmediapointer-dvb-s2-5232a98b6146a74010539ba94a8e8e6f8a6fa48d.tar.gz
mediapointer-dvb-s2-5232a98b6146a74010539ba94a8e8e6f8a6fa48d.tar.bz2
[v4l-dvb-maintainer] [PATCH] v4l: mt9m111.c make function static
drivers/media/video/mt9m111.c:758:5: warning: symbol 'mt9m111_restore_state' was not declared. Should it be static? Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> --- New warning in next-20080825 drivers/media/video/mt9m111.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Diffstat (limited to 'linux')
-rw-r--r--linux/drivers/media/video/mt9m111.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/mt9m111.c b/linux/drivers/media/video/mt9m111.c
index e4ec7538d..ceff40edc 100644
--- a/linux/drivers/media/video/mt9m111.c
+++ b/linux/drivers/media/video/mt9m111.c
@@ -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);