diff options
Diffstat (limited to 'arch/arm/plat-samsung/devs.c')
-rw-r--r-- | arch/arm/plat-samsung/devs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/plat-samsung/devs.c b/arch/arm/plat-samsung/devs.c index fed07d27e0c9..8d26ce6813bb 100644 --- a/arch/arm/plat-samsung/devs.c +++ b/arch/arm/plat-samsung/devs.c | |||
@@ -51,6 +51,7 @@ | |||
51 | #include <plat/ehci.h> | 51 | #include <plat/ehci.h> |
52 | #include <plat/fb.h> | 52 | #include <plat/fb.h> |
53 | #include <plat/fb-s3c2410.h> | 53 | #include <plat/fb-s3c2410.h> |
54 | #include <plat/hdmi.h> | ||
54 | #include <plat/hwmon.h> | 55 | #include <plat/hwmon.h> |
55 | #include <plat/iic.h> | 56 | #include <plat/iic.h> |
56 | #include <plat/keypad.h> | 57 | #include <plat/keypad.h> |
@@ -762,7 +763,7 @@ void __init s5p_i2c_hdmiphy_set_platdata(struct s3c2410_platform_i2c *pd) | |||
762 | &s5p_device_i2c_hdmiphy); | 763 | &s5p_device_i2c_hdmiphy); |
763 | } | 764 | } |
764 | 765 | ||
765 | struct s5p_hdmi_platform_data s5p_hdmi_def_platdata; | 766 | static struct s5p_hdmi_platform_data s5p_hdmi_def_platdata; |
766 | 767 | ||
767 | void __init s5p_hdmi_set_platdata(struct i2c_board_info *hdmiphy_info, | 768 | void __init s5p_hdmi_set_platdata(struct i2c_board_info *hdmiphy_info, |
768 | struct i2c_board_info *mhl_info, int mhl_bus) | 769 | struct i2c_board_info *mhl_info, int mhl_bus) |