mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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>
This commit is contained in:
parent
e567ec849a
commit
defce58181
1 changed files with 1 additions and 3 deletions
|
@ -6,9 +6,7 @@
|
||||||
#ifndef _WDT_H_
|
#ifndef _WDT_H_
|
||||||
#define _WDT_H_
|
#define _WDT_H_
|
||||||
|
|
||||||
#include <dm.h>
|
struct udevice;
|
||||||
#include <log.h>
|
|
||||||
#include <dm/read.h>
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Implement a simple watchdog uclass. Watchdog is basically a timer that
|
* Implement a simple watchdog uclass. Watchdog is basically a timer that
|
||||||
|
|
Loading…
Reference in a new issue