diff options
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/boards/mach-ap325rxa/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-ap325rxa/setup.c b/arch/sh/boards/mach-ap325rxa/setup.c index 57e37e284208..3a170bd3f3d0 100644 --- a/arch/sh/boards/mach-ap325rxa/setup.c +++ b/arch/sh/boards/mach-ap325rxa/setup.c | |||
@@ -328,7 +328,7 @@ static struct soc_camera_platform_info camera_info = { | |||
328 | .set_capture = camera_set_capture, | 328 | .set_capture = camera_set_capture, |
329 | }; | 329 | }; |
330 | 330 | ||
331 | struct soc_camera_link camera_link = { | 331 | static struct soc_camera_link camera_link = { |
332 | .bus_id = 0, | 332 | .bus_id = 0, |
333 | .add_device = ap325rxa_camera_add, | 333 | .add_device = ap325rxa_camera_add, |
334 | .del_device = ap325rxa_camera_del, | 334 | .del_device = ap325rxa_camera_del, |