diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2011-07-28 17:29:01 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-03 16:28:04 -0400 |
commit | cb626371f872070e7fb4ee9caa7bc873c3ceec55 (patch) | |
tree | d094cbb0758c388cbd390a7a5376a33d426df20a /arch | |
parent | 284f28eec2a44e3ce81abbb451bca72a5d5833f3 (diff) |
[media] sh: migor: remove unused ov772x buswidth flag
The ov772x driver only supports 8 bits per sample pixel codes, hence
the OV772X_FLAG_8BIT flag has no effect. Remove it.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sh/boards/mach-migor/setup.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/sh/boards/mach-migor/setup.c b/arch/sh/boards/mach-migor/setup.c index 2d4c9c8c6664..e4c81195929c 100644 --- a/arch/sh/boards/mach-migor/setup.c +++ b/arch/sh/boards/mach-migor/setup.c | |||
@@ -448,9 +448,7 @@ static struct i2c_board_info migor_i2c_camera[] = { | |||
448 | }, | 448 | }, |
449 | }; | 449 | }; |
450 | 450 | ||
451 | static struct ov772x_camera_info ov7725_info = { | 451 | static struct ov772x_camera_info ov7725_info; |
452 | .flags = OV772X_FLAG_8BIT, | ||
453 | }; | ||
454 | 452 | ||
455 | static struct soc_camera_link ov7725_link = { | 453 | static struct soc_camera_link ov7725_link = { |
456 | .power = ov7725_power, | 454 | .power = ov7725_power, |