All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] watchdog: versal: Include header file needed for dev_ functions
@ 2021-08-17 11:30 Michal Simek
  2021-08-23  6:53 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2021-08-17 11:30 UTC (permalink / raw)
  To: u-boot, git; +Cc: Ashok Reddy Soma, Simon Glass

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] watchdog: versal: Include header file needed for dev_ functions
  2021-08-17 11:30 [PATCH] watchdog: versal: Include header file needed for dev_ functions Michal Simek
@ 2021-08-23  6:53 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2021-08-23  6:53 UTC (permalink / raw)
  To: U-Boot, git; +Cc: Ashok Reddy Soma, Simon Glass

ú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

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-23  6:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-17 11:30 [PATCH] watchdog: versal: Include header file needed for dev_ functions Michal Simek
2021-08-23  6:53 ` Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.