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@xxxxxxxxxxxxxx> --- 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