[PATCH v2 15/15] handoff-data: add missing include
Marco Felsch
m.felsch at pengutronix.de
Wed Feb 4 12:01: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 399d769f386f30d0fb18a525ccc09cf3f3e8d402..81cb0880ad4a384d633a3983ea99d82df4f47d06 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