summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2014-12-05 18:12:22 +0100
committerMinkyu Kang <mk7.kang@samsung.com>2014-12-22 20:38:27 +0900
commita7b99204a09c9451d661e0d94cdafa4677a229de (patch)
tree8ffdd55903d3b5dc159a8d575609db4402e35cce /arch/arm/include/asm
parent307e90e6179e46197e701e216767408c8ef6d010 (diff)
downloadblackbird-obmc-uboot-a7b99204a09c9451d661e0d94cdafa4677a229de.tar.gz
blackbird-obmc-uboot-a7b99204a09c9451d661e0d94cdafa4677a229de.zip
exynos5420: fix compilation without parade video
Not all exynos 5420 based devices with an LCD also have a parade LVDS bridge. So make sure compilation doesn't break if CONFIG_LCD is enabled and CONFIG_VIDEO_PARADE is not. As a side-effect move the parade functions from the exynos system header file to its own file. Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'arch/arm/include/asm')
-rw-r--r--arch/arm/include/asm/arch-exynos/system.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/include/asm/arch-exynos/system.h b/arch/arm/include/asm/arch-exynos/system.h
index 320763fd8c..4968d3dd2e 100644
--- a/arch/arm/include/asm/arch-exynos/system.h
+++ b/arch/arm/include/asm/arch-exynos/system.h
@@ -41,7 +41,4 @@ void set_usbhost_mode(unsigned int mode);
void set_system_display_ctrl(void);
int exynos_lcd_early_init(const void *blob);
-/* Initialize the Parade dP<->LVDS bridge if present */
-int parade_init(const void *blob);
-
#endif /* _EXYNOS4_SYSTEM_H */
OpenPOWER on IntegriCloud