[PATCH 17/19] driver: make driver.h header self-contained

Ahmad Fatoum a.fatoum at pengutronix.de
Fri Jan 19 08:26:08 PST 2024


The header defines driver registration macros that expand to initcalls,
but doesn't include the definitions for the different initcall leavels.

Fix this to make the header self contained.

Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
 include/driver.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/driver.h b/include/driver.h
index 7dfa565b8960..638426b9606a 100644
--- a/include/driver.h
+++ b/include/driver.h
@@ -11,6 +11,7 @@
 #include <linux/uuid.h>
 #include <linux/printk.h>
 #include <of.h>
+#include <init.h>
 #include <filetype.h>
 
 #define FORMAT_DRIVER_NAME_ID	"%s%d"
-- 
2.39.2




More information about the barebox mailing list