diff options
Diffstat (limited to 'arch/arm/mach-omap2/vc.c')
-rw-r--r-- | arch/arm/mach-omap2/vc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/vc.c b/arch/arm/mach-omap2/vc.c index 2028167fff31..d76b1e5eb8ba 100644 --- a/arch/arm/mach-omap2/vc.c +++ b/arch/arm/mach-omap2/vc.c | |||
@@ -559,7 +559,7 @@ struct i2c_init_data { | |||
559 | u8 hsscll_12; | 559 | u8 hsscll_12; |
560 | }; | 560 | }; |
561 | 561 | ||
562 | static const struct i2c_init_data const omap4_i2c_timing_data[] __initconst = { | 562 | static const struct i2c_init_data omap4_i2c_timing_data[] __initconst = { |
563 | { | 563 | { |
564 | .load = 50, | 564 | .load = 50, |
565 | .loadbits = 0x3, | 565 | .loadbits = 0x3, |