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-03-13 12:00:29 +0100
commit313ac72c3aa0626837e0a1e595c2db7e08699ef5 (patch)
treea69d61da62480d3b47f684bf919c5f2548fc120b
parent33c7345695a892b5fc6d2c36f7a1dd717db90456 (diff)
downloadbarebox-313ac72c3aa0626837e0a1e595c2db7e08699ef5.tar.gz
barebox-313ac72c3aa0626837e0a1e595c2db7e08699ef5.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 */