
8 Feb
2024
8 Feb
'24
10:27 p.m.
On Thu, Feb 8, 2024 at 6:45 AM Mathieu Othacehe othacehe@gnu.org wrote:
diff --git a/board/variscite/imx93_var_som/spl.c b/board/variscite/imx93_var_som/spl.c index 502e599b91a..0965a2de996 100644 --- a/board/variscite/imx93_var_som/spl.c +++ b/board/variscite/imx93_var_som/spl.c @@ -97,6 +97,7 @@ int power_init_board(void) return 0; }
+extern int imx9_probe_mu(void *ctx, struct event *event);
Please put this prototype into a header file.
Currently, it appears in 3 imx93 spl.c files.