Skip to content
Snippets Groups Projects
Commit 4d4d6fbb authored by Guennadi Liakhovetski's avatar Guennadi Liakhovetski Committed by Paul Mundt
Browse files

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: default avatarGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 9e05cdde
No related branches found
No related tags found
No related merge requests found
...@@ -913,7 +913,7 @@ static struct i2c_board_info imx074_info = { ...@@ -913,7 +913,7 @@ static struct i2c_board_info imx074_info = {
I2C_BOARD_INFO("imx074", 0x1a), I2C_BOARD_INFO("imx074", 0x1a),
}; };
struct soc_camera_link imx074_link = { static struct soc_camera_link imx074_link = {
.bus_id = 0, .bus_id = 0,
.board_info = &imx074_info, .board_info = &imx074_info,
.i2c_adapter_id = 0, .i2c_adapter_id = 0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment