diff mbox series

watchdog: versal: Include header file needed for dev_ functions

Message ID ef19ddd38fe602a9d3b94397dc3a2f865c670bfd.1629199802.git.michal.simek@xilinx.com
State Accepted
Commit e32d8916594cf64f38645acc860ec73ec242fe0d
Delegated to: Michal Simek
Headers show
Series watchdog: versal: Include header file needed for dev_ functions | expand

Commit Message

Michal Simek Aug. 17, 2021, 11:30 a.m. UTC
From: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com>

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 | 1 +
 1 file changed, 1 insertion(+)

Comments

Michal Simek Aug. 23, 2021, 6:53 a.m. UTC | #1
Ășt 17. 8. 2021 v 13:30 odesĂ­latel Michal Simek <michal.simek@xilinx.com> napsal:
>
> From: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com>
>
> 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 | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/watchdog/xilinx_wwdt.c b/drivers/watchdog/xilinx_wwdt.c
> index 11b30ae85df0..c8e6c60cdd22 100644
> --- 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 */
> --
> 2.32.0
>

Applied.
M
diff mbox series

Patch

diff --git a/drivers/watchdog/xilinx_wwdt.c b/drivers/watchdog/xilinx_wwdt.c
index 11b30ae85df0..c8e6c60cdd22 100644
--- 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 */