diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/drm/exynos_drm.h | 1 | ||||
-rw-r--r-- | include/media/s5p_hdmi.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/drm/exynos_drm.h b/include/drm/exynos_drm.h index 0fcc185bf147..3c13a3a4b158 100644 --- a/include/drm/exynos_drm.h +++ b/include/drm/exynos_drm.h | |||
@@ -30,7 +30,6 @@ | |||
30 | 30 | ||
31 | #include <uapi/drm/exynos_drm.h> | 31 | #include <uapi/drm/exynos_drm.h> |
32 | 32 | ||
33 | |||
34 | /** | 33 | /** |
35 | * A structure for lcd panel information. | 34 | * A structure for lcd panel information. |
36 | * | 35 | * |
diff --git a/include/media/s5p_hdmi.h b/include/media/s5p_hdmi.h index 361a751f73af..181642b8d0a5 100644 --- a/include/media/s5p_hdmi.h +++ b/include/media/s5p_hdmi.h | |||
@@ -20,6 +20,7 @@ struct i2c_board_info; | |||
20 | * @hdmiphy_info: template for HDMIPHY I2C device | 20 | * @hdmiphy_info: template for HDMIPHY I2C device |
21 | * @mhl_bus: controller id for MHL control bus | 21 | * @mhl_bus: controller id for MHL control bus |
22 | * @mhl_info: template for MHL I2C device | 22 | * @mhl_info: template for MHL I2C device |
23 | * @hpd_gpio: GPIO for Hot-Plug-Detect pin | ||
23 | * | 24 | * |
24 | * NULL pointer for *_info fields indicates that | 25 | * NULL pointer for *_info fields indicates that |
25 | * the corresponding chip is not present | 26 | * the corresponding chip is not present |
@@ -29,6 +30,7 @@ struct s5p_hdmi_platform_data { | |||
29 | struct i2c_board_info *hdmiphy_info; | 30 | struct i2c_board_info *hdmiphy_info; |
30 | int mhl_bus; | 31 | int mhl_bus; |
31 | struct i2c_board_info *mhl_info; | 32 | struct i2c_board_info *mhl_info; |
33 | int hpd_gpio; | ||
32 | }; | 34 | }; |
33 | 35 | ||
34 | #endif /* S5P_HDMI_H */ | 36 | #endif /* S5P_HDMI_H */ |