diff options
Diffstat (limited to 'arch/sh/boards/mach-migor/setup.c')
-rw-r--r-- | arch/sh/boards/mach-migor/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-migor/setup.c b/arch/sh/boards/mach-migor/setup.c index 507c77be476d..9b4676fa6fbb 100644 --- a/arch/sh/boards/mach-migor/setup.c +++ b/arch/sh/boards/mach-migor/setup.c | |||
@@ -431,7 +431,7 @@ static struct i2c_board_info migor_i2c_camera[] = { | |||
431 | }; | 431 | }; |
432 | 432 | ||
433 | static struct ov772x_camera_info ov7725_info = { | 433 | static struct ov772x_camera_info ov7725_info = { |
434 | .buswidth = SOCAM_DATAWIDTH_8, | 434 | .flags = OV772X_FLAG_8BIT, |
435 | }; | 435 | }; |
436 | 436 | ||
437 | static struct soc_camera_link ov7725_link = { | 437 | static struct soc_camera_link ov7725_link = { |