]> git.baikalelectronics.ru Git - uboot.git/commit
watchdog: omap_wdt: Switch required include for watchdog defines
authorTom Rini <trini@konsulko.com>
Mon, 10 Oct 2022 20:29:17 +0000 (16:29 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 18 Oct 2022 17:40:40 +0000 (13:40 -0400)
commit0623f5c1ea69ea8fe17cec2d8a924bd8b6aa7901
treea6caf1e9dc11b4ea04568d9bf501f7521648378d
parent53d7579b6995157f8b732a6b45ea1d1f24bd1d2f
watchdog: omap_wdt: Switch required include for watchdog defines

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