summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-03 14:19:36 (GMT)
committerSimon Glass <sjg@chromium.org>2015-08-06 03:06:17 (GMT)
commita7a73ef85fc894d52013abf8616c1f9c0aea9d26 (patch)
tree04465010ee4994ae371723be477e8c7939755bc9 /arch/arm
parent5ae3a5e887d06340469f6b4b2d3a1d57655b04d0 (diff)
downloadu-boot-a7a73ef85fc894d52013abf8616c1f9c0aea9d26.tar.xz
exynos: video: Remove non-device-tree code
We always use device tree on exynos, so remove the unused code. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/include/asm/arch-exynos/dp_info.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/include/asm/arch-exynos/dp_info.h b/arch/arm/include/asm/arch-exynos/dp_info.h
index 3f6750a..17e8f56 100644
--- a/arch/arm/include/asm/arch-exynos/dp_info.h
+++ b/arch/arm/include/asm/arch-exynos/dp_info.h
@@ -197,6 +197,4 @@ unsigned int exynos_init_dp(void)
}
#endif
-void exynos_set_dp_platform_data(struct exynos_dp_platform_data *pd);
-
#endif /* _DP_INFO_H */