diff options
| author | Jingoo Han <jg1.han@samsung.com> | 2012-06-21 05:57:23 -0400 |
|---|---|---|
| committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2012-06-24 09:54:45 -0400 |
| commit | db131b1024b1fe913a2c225e3792098cefa825e7 (patch) | |
| tree | 10802a18a75928fe6baec6d8010e276894d4ee5e | |
| parent | 64c43dfa8636a8b7c8f40e8f93eb91aca049f8bb (diff) | |
video: exynos_dp: remove duplicated declarations from header file
Some functions are declared twice in header file; thus, these
declarations are unnecessary.
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
| -rw-r--r-- | drivers/video/exynos/exynos_dp_core.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/video/exynos/exynos_dp_core.h b/drivers/video/exynos/exynos_dp_core.h index 1e0f998e0c9f..8526e548c385 100644 --- a/drivers/video/exynos/exynos_dp_core.h +++ b/drivers/video/exynos/exynos_dp_core.h | |||
| @@ -85,10 +85,6 @@ void exynos_dp_set_link_bandwidth(struct exynos_dp_device *dp, u32 bwtype); | |||
| 85 | void exynos_dp_get_link_bandwidth(struct exynos_dp_device *dp, u32 *bwtype); | 85 | void exynos_dp_get_link_bandwidth(struct exynos_dp_device *dp, u32 *bwtype); |
| 86 | void exynos_dp_set_lane_count(struct exynos_dp_device *dp, u32 count); | 86 | void exynos_dp_set_lane_count(struct exynos_dp_device *dp, u32 count); |
| 87 | void exynos_dp_get_lane_count(struct exynos_dp_device *dp, u32 *count); | 87 | void exynos_dp_get_lane_count(struct exynos_dp_device *dp, u32 *count); |
| 88 | void exynos_dp_set_link_bandwidth(struct exynos_dp_device *dp, u32 bwtype); | ||
| 89 | void exynos_dp_get_link_bandwidth(struct exynos_dp_device *dp, u32 *bwtype); | ||
| 90 | void exynos_dp_set_lane_count(struct exynos_dp_device *dp, u32 count); | ||
| 91 | void exynos_dp_get_lane_count(struct exynos_dp_device *dp, u32 *count); | ||
| 92 | void exynos_dp_enable_enhanced_mode(struct exynos_dp_device *dp, bool enable); | 88 | void exynos_dp_enable_enhanced_mode(struct exynos_dp_device *dp, bool enable); |
| 93 | void exynos_dp_set_training_pattern(struct exynos_dp_device *dp, | 89 | void exynos_dp_set_training_pattern(struct exynos_dp_device *dp, |
| 94 | enum pattern_set pattern); | 90 | enum pattern_set pattern); |
