From: Guennadi Liakhovetski Date: Wed, 29 Jun 2011 10:13:04 +0000 (+0000) Subject: ARM: mach-shmobile: make a struct in board-ap4evb.c static X-Git-Tag: v3.0-rc6~20^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4d4d6fbb7c3125f17a4864215191e54b975cfb4f;p=profile%2Fivi%2Fkernel-x86-ivi.git ARM: mach-shmobile: make a struct in board-ap4evb.c static struct soc_camera_link imx074_link in board-ap4evb.c doesn't have to be global. Signed-off-by: Guennadi Liakhovetski Signed-off-by: Paul Mundt --- diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c index f6b687f..803bc6e 100644 --- a/arch/arm/mach-shmobile/board-ap4evb.c +++ b/arch/arm/mach-shmobile/board-ap4evb.c @@ -913,7 +913,7 @@ static struct i2c_board_info imx074_info = { I2C_BOARD_INFO("imx074", 0x1a), }; -struct soc_camera_link imx074_link = { +static struct soc_camera_link imx074_link = { .bus_id = 0, .board_info = &imx074_info, .i2c_adapter_id = 0,