commit | 81bfc1a2bd629fc525770d983eae09d89d1215e6 | [log] [tgz] |
---|---|---|
author | Ye Li <ye.li@nxp.com> | Mon Apr 01 09:41:08 2024 +0800 |
committer | Fabio Estevam <festevam@gmail.com> | Fri Apr 05 09:38:30 2024 -0300 |
tree | c2d358ea6cd00f2e6aa89739419b2611cbce2036 | |
parent | df62d94b4cd7aeb7cd08643c0cd95b7533bf6b62 [diff] [blame] |
arm: imx9: Correct imx9_probe_mu prototype Since the event callback imx9_probe_mu is re-defined, update its prototype. Signed-off-by: Ye Li <ye.li@nxp.com>
diff --git a/arch/arm/include/asm/arch-imx9/mu.h b/arch/arm/include/asm/arch-imx9/mu.h index b860499..649b8a6 100644 --- a/arch/arm/include/asm/arch-imx9/mu.h +++ b/arch/arm/include/asm/arch-imx9/mu.h
@@ -8,6 +8,6 @@ #include <event.h> -int imx9_probe_mu(void *ctx, struct event *event); +int imx9_probe_mu(void); #endif