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: firefly_0821_release~3680^2~5140^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4d4d6fbb7c3125f17a4864215191e54b975cfb4f;p=firefly-linux-kernel-4.4.55.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 f6b687f61c28..803bc6edfca4 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,