summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcm283x
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2015-05-04 22:54:34 +0200
committerTom Rini <trini@konsulko.com>2015-05-28 08:18:22 -0400
commitbe723556368f862d21760dd38275f876dec7c459 (patch)
treef4d129a9382650d4c41acc8297d2c60fbf4cb09f /arch/arm/mach-bcm283x
parent1fd0f92ee118bbb683b1f706edc2489f59d7dbf4 (diff)
downloadtalos-obmc-uboot-be723556368f862d21760dd38275f876dec7c459.tar.gz
talos-obmc-uboot-be723556368f862d21760dd38275f876dec7c459.zip
ARM: bcm283x: Repair wdog.h
Trivially fix the include check in wdog.h. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Stephen Warren <swarren@wwwdotorg.org> Cc: Tyler Baker <tyler.baker@linaro.org>
Diffstat (limited to 'arch/arm/mach-bcm283x')
-rw-r--r--arch/arm/mach-bcm283x/include/mach/wdog.h4
1 files 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 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
OpenPOWER on IntegriCloud