diff options
-rw-r--r-- | arch/arm/mach-davinci/board-da850-evm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-davinci/board-da850-evm.c b/arch/arm/mach-davinci/board-da850-evm.c index b5625d009288..e568c8c6f69c 100644 --- a/arch/arm/mach-davinci/board-da850-evm.c +++ b/arch/arm/mach-davinci/board-da850-evm.c | |||
@@ -1166,7 +1166,7 @@ static struct tvp514x_platform_data tvp5146_pdata = { | |||
1166 | 1166 | ||
1167 | #define TVP514X_STD_ALL (V4L2_STD_NTSC | V4L2_STD_PAL) | 1167 | #define TVP514X_STD_ALL (V4L2_STD_NTSC | V4L2_STD_PAL) |
1168 | 1168 | ||
1169 | static const struct vpif_input da850_ch0_inputs[] = { | 1169 | static struct vpif_input da850_ch0_inputs[] = { |
1170 | { | 1170 | { |
1171 | .input = { | 1171 | .input = { |
1172 | .index = 0, | 1172 | .index = 0, |
@@ -1181,7 +1181,7 @@ static const struct vpif_input da850_ch0_inputs[] = { | |||
1181 | }, | 1181 | }, |
1182 | }; | 1182 | }; |
1183 | 1183 | ||
1184 | static const struct vpif_input da850_ch1_inputs[] = { | 1184 | static struct vpif_input da850_ch1_inputs[] = { |
1185 | { | 1185 | { |
1186 | .input = { | 1186 | .input = { |
1187 | .index = 0, | 1187 | .index = 0, |