[PATCH] Include support for dev_xxx macros

Gireesh.Hiremath at in.bosch.com Gireesh.Hiremath at in.bosch.com
Wed Jan 6 16:30:52 CET 2021


From: Gireesh Hiremath <Gireesh.Hiremath at in.bosch.com>

Now that linux/compat.h does not define dev_xxx macros, we need
to include dm/device_compat.h to use dev_xxx macros

Signed-off-by: Gireesh Hiremath <Gireesh.Hiremath at in.bosch.com>
---
 drivers/video/am335x-fb.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/video/am335x-fb.c b/drivers/video/am335x-fb.c
index f4ccdc3b05..e802b3bb83 100644
--- a/drivers/video/am335x-fb.c
+++ b/drivers/video/am335x-fb.c
@@ -13,6 +13,7 @@
  */
 #include <common.h>
 #include <dm.h>
+#include <dm/device_compat.h>
 #include <lcd.h>
 #include <log.h>
 #include <video.h>
-- 
2.20.1



More information about the U-Boot mailing list