[U-Boot] [PATCH 1/4] ARM: bcm283x: Repair wdog.h

Marek Vasut marex at denx.de
Mon May 4 22:54:34 CEST 2015


Trivially fix the include check in wdog.h.

Signed-off-by: Marek Vasut <marex at denx.de>
Cc: Stephen Warren <swarren at wwwdotorg.org>
Cc: Tyler Baker <tyler.baker at linaro.org>
---
 arch/arm/mach-bcm283x/include/mach/wdog.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-bcm283x/include/mach/wdog.h b/arch/arm/mach-bcm283x/include/mach/wdog.h
index beb6a08..cbc350e 100644
--- a/arch/arm/mach-bcm283x/include/mach/wdog.h
+++ b/arch/arm/mach-bcm283x/include/mach/wdog.h
@@ -4,8 +4,8 @@
  * SPDX-License-Identifier:	GPL-2.0
  */
 
-#ifndef _BCM2835_TIMER_H
-#define _BCM2835_TIMER_H
+#ifndef _BCM2835_WDOG_H
+#define _BCM2835_WDOG_H
 
 #ifdef CONFIG_BCM2836
 #define BCM2835_WDOG_PHYSADDR			0x3f100000
-- 
2.1.4



More information about the U-Boot mailing list