[PATCH 1/2] ARM: i.MX8M: drop function prototype for removed imx8m_uid
Ahmad Fatoum
a.fatoum at pengutronix.de
Wed Feb 28 09:51:27 PST 2024
The i.MX8M UID and some other SoC-related info is now available over
soc0.soc_uid and imx8m_uid's function definition was removed.
Therefore remove the prototype as well.
Fixes: d392a0aea330 ("ARM: i.MX8M: convert the machine init to the soc driver")
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
include/mach/imx/imx8mq.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/mach/imx/imx8mq.h b/include/mach/imx/imx8mq.h
index df28b2a22caa..aafc4accd30e 100644
--- a/include/mach/imx/imx8mq.h
+++ b/include/mach/imx/imx8mq.h
@@ -87,6 +87,4 @@ static inline int imx8mq_cpu_revision(void)
return revision;
}
-u64 imx8m_uid(void);
-
#endif /* __MACH_IMX8_H */
--
2.39.2
More information about the barebox
mailing list