linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	linux-input@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH 3/5] Input: mt6779-keypad - add missing linux/input.h include
Date: Fri, 23 Sep 2022 12:47:36 -0700	[thread overview]
Message-ID: <20220923194738.927408-3-dmitry.torokhov@gmail.com> (raw)
In-Reply-To: <20220923194738.927408-1-dmitry.torokhov@gmail.com>

We are going to clean up matrix_keymap.h from unnecessary includes,
so the driver needs to include API that it uses directly.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
---
 drivers/input/keyboard/mt6779-keypad.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/input/keyboard/mt6779-keypad.c b/drivers/input/keyboard/mt6779-keypad.c
index a05e70af1fd0..19f69d167fbd 100644
--- a/drivers/input/keyboard/mt6779-keypad.c
+++ b/drivers/input/keyboard/mt6779-keypad.c
@@ -5,6 +5,7 @@
  */
 #include <linux/bitops.h>
 #include <linux/clk.h>
+#include <linux/input.h>
 #include <linux/input/matrix_keypad.h>
 #include <linux/interrupt.h>
 #include <linux/module.h>
-- 
2.37.3.998.g577e59143f-goog


  parent reply	other threads:[~2022-09-23 19:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-23 19:47 [PATCH 1/5] Input: lm8333 - add missing linux/input.h include Dmitry Torokhov
2022-09-23 19:47 ` [PATCH 2/5] Input: st-keyscan - add missing linux/input.h and linux/of.h includes Dmitry Torokhov
2022-09-23 19:47 ` Dmitry Torokhov [this message]
2022-09-23 19:47 ` [PATCH 4/5] Input: imx_keypad - add missing linux/input.h include Dmitry Torokhov
2022-09-23 19:47 ` [PATCH 5/5] Input: ep93xx_keypad " Dmitry Torokhov
2022-09-26 10:57 ` [PATCH 1/5] Input: lm8333 " Andy Shevchenko

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=20220923194738.927408-3-dmitry.torokhov@gmail.com \
    --to=dmitry.torokhov@gmail.com \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).