[PATCH] input: Add missing include for DECLARE_BITMAP

Jonas Rebmann <[email protected]>
Newsgroups org.infradead.lists.barebox
Message-ID <[email protected]>
The DECLARE_BITMAP macro is used in input/input.h. Add the missing
include on linux/bitmap.h where it is defined.

Fixes: 224a08df5d9e ("input: Add input core")
Signed-off-by: Jonas Rebmann <[email protected]>
---
 include/input/input.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/input/input.h b/include/input/input.h
index 3e03eb9a65..3aab21fa1f 100644
--- a/include/input/input.h
+++ b/include/input/input.h
@@ -3,6 +3,7 @@
 #ifndef __INPUT_H
 #define __INPUT_H
 
+#include <linux/bitmap.h>
 #include <linux/types.h>
 #include <linux/list.h>
 #include <dt-bindings/input/linux-event-codes.h>

---
base-commit: f5956c772dc00837bad36fc66df8a53aae86558d
change-id: 20260522-input-include-bitmap-d848c61ae912

Best regards,
--  
Jonas Rebmann <[email protected]>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.