* [PATCH] input: Add missing include for DECLARE_BITMAP
@ 2026-05-22 10:34 Jonas Rebmann
0 siblings, 0 replies; only message in thread
From: Jonas Rebmann @ 2026-05-22 10:34 UTC (permalink / raw)
To: Sascha Hauer, open list:BAREBOX; +Cc: Jonas Rebmann
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 <jre@pengutronix.de>
---
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 <jre@pengutronix.de>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-22 10:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-22 10:34 [PATCH] input: Add missing include for DECLARE_BITMAP Jonas Rebmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox