]> git.dujemihanovic.xyz Git - u-boot.git/commit
wdt: Drop dm.h header file
authorSimon Glass <sjg@chromium.org>
Sun, 19 Jul 2020 16:15:33 +0000 (10:15 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 4 Aug 2020 02:19:54 +0000 (22:19 -0400)
commitdefce58181e962f9c9979091ac4726cfcded63e7
tree1e08b934abec1056e6243fafec554f92429622e5
parente567ec849a9aba4cd683ea23bd57c878b59714c4
wdt: Drop dm.h header file

This header file should not be included in other header files. Remove it
and use a forward declaration instead.

Also remove the other headers that are not needed, since the inline code
was removed in a recent commit:

   b4d9452c4 ("watchdog: move initr_watchdog() to wdt-uclass.c")

Signed-off-by: Simon Glass <sjg@chromium.org>
include/wdt.h