From: Jonas Rebmann <jre@pengutronix.de>
To: Sascha Hauer <s.hauer@pengutronix.de>,
"open list:BAREBOX" <barebox@lists.infradead.org>
Cc: Jonas Rebmann <jre@pengutronix.de>
Subject: [PATCH] input: Add missing include for DECLARE_BITMAP
Date: Fri, 22 May 2026 12:34:28 +0200 [thread overview]
Message-ID: <20260522-input-include-bitmap-v1-1-fd23572c2d22@pengutronix.de> (raw)
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>
reply other threads:[~2026-05-22 10:35 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260522-input-include-bitmap-v1-1-fd23572c2d22@pengutronix.de \
--to=jre@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=s.hauer@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox