[PATCH] handoff-data: add missing include
Marco Felsch
m.felsch at pengutronix.de
Wed Feb 4 09:33:31 PST 2026
Signed-off-by: Marco Felsch <m.felsch at pengutronix.de>
---
include/pbl/handoff-data.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/pbl/handoff-data.h b/include/pbl/handoff-data.h
index 399d769f386f..81cb0880ad4a 100644
--- a/include/pbl/handoff-data.h
+++ b/include/pbl/handoff-data.h
@@ -1,6 +1,7 @@
#ifndef __PBL_HANDOFF_DATA_H
#define __PBL_HANDOFF_DATA_H
+#include <linux/bug.h>
#include <linux/list.h>
struct handoff_data {
--
2.47.3
More information about the barebox
mailing list