From: Marek Vasut Date: Mon, 4 May 2015 20:54:34 +0000 (+0200) Subject: ARM: bcm283x: Repair wdog.h X-Git-Tag: v2015.07-rc2~62 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=be723556368f862d21760dd38275f876dec7c459;p=u-boot ARM: bcm283x: Repair wdog.h Trivially fix the include check in wdog.h. Signed-off-by: Marek Vasut Cc: Stephen Warren Cc: Tyler Baker --- diff --git a/arch/arm/mach-bcm283x/include/mach/wdog.h b/arch/arm/mach-bcm283x/include/mach/wdog.h index beb6a08206..cbc350e84b 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