[U-Boot] [PATCH 1/5] arm: tegra20: video: rename display header ifdef gating

Marcel Ziswiler marcel.ziswiler at toradex.com
Thu Aug 20 13:29:08 CEST 2015


As a preparatory step make sure the Tegra20 display header file is
properly ifdef gated with its name.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler at toradex.com>
---

 arch/arm/include/asm/arch-tegra20/display.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/include/asm/arch-tegra20/display.h b/arch/arm/include/asm/arch-tegra20/display.h
index 018c9f9..0089536 100644
--- a/arch/arm/include/asm/arch-tegra20/display.h
+++ b/arch/arm/include/asm/arch-tegra20/display.h
@@ -5,8 +5,8 @@
  * SPDX-License-Identifier:	GPL-2.0+
  */
 
-#ifndef __ASM_ARCH_TEGRA_DISPLAY_H
-#define __ASM_ARCH_TEGRA_DISPLAY_H
+#ifndef __ASM_ARCH_TEGRA20_DISPLAY_H
+#define __ASM_ARCH_TEGRA20_DISPLAY_H
 
 #include <asm/arch-tegra/dc.h>
 #include <fdtdec.h>
@@ -134,4 +134,4 @@ int tegra_lcd_check_next_stage(const void *blob, int wait);
  */
 void tegra_lcd_early_init(const void *blob);
 
-#endif /*__ASM_ARCH_TEGRA_DISPLAY_H*/
+#endif /*__ASM_ARCH_TEGRA20_DISPLAY_H*/
-- 
2.4.3



More information about the U-Boot mailing list