[PATCH master 5/8] ARM: mvebu: kwb_bbu: add missing header
Ahmad Fatoum
a.fatoum at pengutronix.de
Wed Mar 19 22:16:38 PDT 2025
The file uses xzalloc, but it's not defined any longer in the currently
included headers.
Include the relevant header to fix this.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
v1 -> v2:
- new patch
---
arch/arm/mach-mvebu/kwb_bbu.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-mvebu/kwb_bbu.c b/arch/arm/mach-mvebu/kwb_bbu.c
index 0fde9abb5709..b706edac6dc1 100644
--- a/arch/arm/mach-mvebu/kwb_bbu.c
+++ b/arch/arm/mach-mvebu/kwb_bbu.c
@@ -1,6 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
#include <bbu.h>
+#include <xfuncs.h>
#include <libfile.h>
#include <linux/printk.h>
--
2.39.5
More information about the barebox
mailing list