diff options
author | Jingoo Han <jg1.han@samsung.com> | 2014-05-29 22:12:08 -0400 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2014-06-02 01:09:23 -0400 |
commit | 2e1ce1a1dd7c110faa8b99f0b76d1382e5de61f1 (patch) | |
tree | 9ae22d65d06772ed6a094024709c8567ffb4b343 | |
parent | cd6ab4b4bd2edb4ffc1fec70258b06b2ca7b634b (diff) |
drm/exynos: remove unnecessary exynos_hdmi.h file
The exynos_hdmi.h has been used for the dedicated i2c drivers
that were already removed. Thus, the unnecessary exynos_hdmi.h
should be removed.
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
-rw-r--r-- | drivers/gpu/drm/exynos/exynos_hdmi.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_hdmi.h b/drivers/gpu/drm/exynos/exynos_hdmi.h deleted file mode 100644 index 0ddf3957de15..000000000000 --- a/drivers/gpu/drm/exynos/exynos_hdmi.h +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | /* | ||
2 | * | ||
3 | * Copyright (c) 2011 Samsung Electronics Co., Ltd. | ||
4 | * Authors: | ||
5 | * Inki Dae <inki.dae@samsung.com> | ||
6 | * Seung-Woo Kim <sw0312.kim@samsung.com> | ||
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | */ | ||
13 | |||
14 | #ifndef _EXYNOS_HDMI_H_ | ||
15 | #define _EXYNOS_HDMI_H_ | ||
16 | |||
17 | void hdmi_attach_ddc_client(struct i2c_client *ddc); | ||
18 | void hdmi_attach_hdmiphy_client(struct i2c_client *hdmiphy); | ||
19 | |||
20 | extern struct i2c_driver hdmiphy_driver; | ||
21 | extern struct i2c_driver ddc_driver; | ||
22 | |||
23 | #endif | ||