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:
afb08a8
)
watchdog: versal: Include header file needed for dev_ functions
author
Ashok Reddy Soma
<ashok.reddy.soma@xilinx.com>
Tue, 10 Aug 2021 06:16:12 +0000
(
00:16
-0600)
committer
Michal Simek
<michal.simek@xilinx.com>
Thu, 26 Aug 2021 06:08:11 +0000
(08:08 +0200)
dev_dbg, dev_err and dev_warn seems to be moved to different header file.
Include dm/device_compat.h file to compile properly.
Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/watchdog/xilinx_wwdt.c
patch
|
blob
|
history
diff --git
a/drivers/watchdog/xilinx_wwdt.c
b/drivers/watchdog/xilinx_wwdt.c
index 11b30ae85df0142028dc164672a4e84c0d78d400..c8e6c60cdd2213fa8bf9d8810e8c1be441829b4c 100644
(file)
--- a/
drivers/watchdog/xilinx_wwdt.c
+++ b/
drivers/watchdog/xilinx_wwdt.c
@@
-14,6
+14,7
@@
#include <regmap.h>
#include <wdt.h>
#include <linux/compat.h>
+#include <dm/device_compat.h>
#include <linux/io.h>
/* Refresh Register Masks */