Browse Source

sh: make sure static declaration on mach-ap325rxa

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Kuninori Morimoto 15 years ago
parent
commit
f4cdd757be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/sh/boards/mach-ap325rxa/setup.c

+ 1 - 1
arch/sh/boards/mach-ap325rxa/setup.c

@@ -328,7 +328,7 @@ static struct soc_camera_platform_info camera_info = {
 	.set_capture = camera_set_capture,
 	.set_capture = camera_set_capture,
 };
 };
 
 
-struct soc_camera_link camera_link = {
+static struct soc_camera_link camera_link = {
 	.bus_id		= 0,
 	.bus_id		= 0,
 	.add_device	= ap325rxa_camera_add,
 	.add_device	= ap325rxa_camera_add,
 	.del_device	= ap325rxa_camera_del,
 	.del_device	= ap325rxa_camera_del,