diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-03 08:19:36 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-08-05 21:06:17 -0600 |
commit | a7a73ef85fc894d52013abf8616c1f9c0aea9d26 (patch) | |
tree | 04465010ee4994ae371723be477e8c7939755bc9 /arch/arm/include/asm/arch-exynos/dp_info.h | |
parent | 5ae3a5e887d06340469f6b4b2d3a1d57655b04d0 (diff) | |
download | u-boot-imx-a7a73ef85fc894d52013abf8616c1f9c0aea9d26.zip u-boot-imx-a7a73ef85fc894d52013abf8616c1f9c0aea9d26.tar.gz u-boot-imx-a7a73ef85fc894d52013abf8616c1f9c0aea9d26.tar.bz2 |
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/include/asm/arch-exynos/dp_info.h')
-rw-r--r-- | arch/arm/include/asm/arch-exynos/dp_info.h | 2 |
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 */ |