Skip to content
Snippets Groups Projects
Commit be723556 authored by Marek Vasut's avatar Marek Vasut Committed by Tom Rini
Browse files

ARM: bcm283x: Repair wdog.h


Trivially fix the include check in wdog.h.

Signed-off-by: default avatarMarek Vasut <marex@denx.de>
Cc: Stephen Warren <swarren@wwwdotorg.org>
Cc: Tyler Baker <tyler.baker@linaro.org>
parent 1fd0f92e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment