summaryrefslogtreecommitdiff
path: root/arch/sh/cpu/sh4/watchdog.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-01-20 20:23:33 +0300
committerTom Rini <trini@konsulko.com>2020-01-20 20:23:33 +0300
commitc7819d409ab7671991bf906482b7adcc21266f75 (patch)
treeeab7a9eba205f31dd1f4b606ec58d64ec5e933f1 /arch/sh/cpu/sh4/watchdog.c
parentc8a1198665b81113535e89c791a7991abe481d62 (diff)
parentaddc376318d765902027021d88f693e95d1e1bcd (diff)
downloadu-boot-c7819d409ab7671991bf906482b7adcc21266f75.tar.xz
Merge branch '2020-01-17-reduce-size-of-common-h-even-more'
- Bring in Simon Glass's series that reduces what we have in <common.h> even more.
Diffstat (limited to 'arch/sh/cpu/sh4/watchdog.c')
-rw-r--r--arch/sh/cpu/sh4/watchdog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/cpu/sh4/watchdog.c b/arch/sh/cpu/sh4/watchdog.c
index 7c157bc035..1de32cd419 100644
--- a/arch/sh/cpu/sh4/watchdog.c
+++ b/arch/sh/cpu/sh4/watchdog.c
@@ -1,6 +1,7 @@
// SPDX-License-Identifier: GPL-2.0+
#include <common.h>
+#include <cpu_func.h>
#include <asm/processor.h>
#include <asm/system.h>
#include <asm/io.h>