]> git.ipfire.org Git - thirdparty/u-boot.git/commit
watchdog: versal: Include header file needed for dev_ functions
authorAshok Reddy Soma <ashok.reddy.soma@xilinx.com>
Tue, 10 Aug 2021 06:16:12 +0000 (00:16 -0600)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 12 Aug 2021 10:41:20 +0000 (12:41 +0200)
commit999c5be630a428ebfce22f1c9527c052bf593ec6
treed1658e4154d8fcabb366a8d06fe83f0f35d70398
parenteb79d3f7c232c53f4740e0079cc10a1c17979b06
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>
drivers/watchdog/xilinx_wwdt.c