diff options
-rw-r--r-- | arch/arm/mach-exynos/mach-odroid-x.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm/mach-exynos/mach-odroid-x.c b/arch/arm/mach-exynos/mach-odroid-x.c index 01058bede2f..eef30d709d7 100644 --- a/arch/arm/mach-exynos/mach-odroid-x.c +++ b/arch/arm/mach-exynos/mach-odroid-x.c | |||
@@ -869,14 +869,16 @@ static struct platform_device i2c2_gpio_device = { | |||
869 | .dev.platform_data = &i2c2_gpio_platdata, | 869 | .dev.platform_data = &i2c2_gpio_platdata, |
870 | }; | 870 | }; |
871 | 871 | ||
872 | #endif // #ifdef CONFIG_VIDEO_TVOUT | ||
873 | |||
872 | static struct i2c_board_info i2c_devs2[] __initdata = { | 874 | static struct i2c_board_info i2c_devs2[] __initdata = { |
875 | #ifdef CONFIG_VIDEO_TVOUT | ||
873 | { | 876 | { |
874 | I2C_BOARD_INFO("s5p_ddc", (0x74 >> 1)), | 877 | I2C_BOARD_INFO("s5p_ddc", (0x74 >> 1)), |
875 | }, | 878 | }, |
879 | #endif | ||
876 | }; | 880 | }; |
877 | 881 | ||
878 | #endif // #ifdef CONFIG_VIDEO_TVOUT | ||
879 | |||
880 | static struct i2c_board_info i2c_devs4[] __initdata = { | 882 | static struct i2c_board_info i2c_devs4[] __initdata = { |
881 | 883 | ||
882 | }; | 884 | }; |