watchdog: versal: Include header file needed for dev_ functions
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>
This commit is contained in:
parent
afb08a8634
commit
e32d891659
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user