summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2024-02-28 18:51:27 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2024-02-29 09:11:13 +0100
commit92a798ed6b9400aff6fa0992ef685d4245877039 (patch)
tree7eaaadcd44476b7fd389b3b79624ceb3dae2e4c2
parentf061388ffe24eccca107d792106a5543dee0d9d3 (diff)
downloadbarebox-92a798ed6b94.tar.gz
barebox-92a798ed6b94.tar.xz
ARM: i.MX8M: drop function prototype for removed imx8m_uid
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@pengutronix.de> Link: https://lore.barebox.org/20240228175128.2734265-1-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--include/mach/imx/imx8mq.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mach/imx/imx8mq.h b/include/mach/imx/imx8mq.h
index df28b2a22c..aafc4accd3 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 */