projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
892759f
)
watchdog: omap_wdt: Switch required include for watchdog defines
author
Tom Rini
<trini@konsulko.com>
Mon, 10 Oct 2022 20:29:17 +0000
(16:29 -0400)
committer
Tom Rini
<trini@konsulko.com>
Tue, 18 Oct 2022 17:40:40 +0000
(13:40 -0400)
All of the required values for using the omap_wdt.c driver are found in
<asm/ti-common/omap_wdt.h> and this is what is indirectly pulled in via
<asm/arch/hardware.h> when it exists.
Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/watchdog/omap_wdt.c
patch
|
blob
|
history
diff --git
a/drivers/watchdog/omap_wdt.c
b/drivers/watchdog/omap_wdt.c
index
ca2bc7c
..
f0e57b4
100644
(file)
--- a/
drivers/watchdog/omap_wdt.c
+++ b/
drivers/watchdog/omap_wdt.c
@@
-39,7
+39,7
@@
#include <common.h>
#include <log.h>
#include <watchdog.h>
-#include <asm/
arch/hardware
.h>
+#include <asm/
ti-common/omap_wdt
.h>
#include <asm/io.h>
#include <asm/processor.h>
#include <asm/arch/cpu.h>