diff options
-rw-r--r-- | arch/arm/mach-omap2/board-rx51-peripherals.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch/arm/mach-omap2/board-rx51-peripherals.c index ec2e4101988b..2fd63fb98e7d 100644 --- a/arch/arm/mach-omap2/board-rx51-peripherals.c +++ b/arch/arm/mach-omap2/board-rx51-peripherals.c | |||
@@ -1000,9 +1000,11 @@ static struct aic3x_pdata rx51_aic3x_data2 = { | |||
1000 | .gpio_reset = 60, | 1000 | .gpio_reset = 60, |
1001 | }; | 1001 | }; |
1002 | 1002 | ||
1003 | #if IS_ENABLED(CONFIG_I2C_SI4713) && IS_ENABLED(CONFIG_PLATFORM_SI4713) | ||
1003 | static struct si4713_platform_data rx51_si4713_platform_data = { | 1004 | static struct si4713_platform_data rx51_si4713_platform_data = { |
1004 | .is_platform_device = true | 1005 | .is_platform_device = true |
1005 | }; | 1006 | }; |
1007 | #endif | ||
1006 | 1008 | ||
1007 | static struct i2c_board_info __initdata rx51_peripherals_i2c_board_info_2[] = { | 1009 | static struct i2c_board_info __initdata rx51_peripherals_i2c_board_info_2[] = { |
1008 | #if IS_ENABLED(CONFIG_I2C_SI4713) && IS_ENABLED(CONFIG_PLATFORM_SI4713) | 1010 | #if IS_ENABLED(CONFIG_I2C_SI4713) && IS_ENABLED(CONFIG_PLATFORM_SI4713) |