* [PATCH 1/1] Input: soc_button_array - Remove duplicate inclusion of input.h
@ 2014-05-28 11:44 Sachin Kamat
2014-05-28 16:34 ` Dmitry Torokhov
0 siblings, 1 reply; 2+ messages in thread
From: Sachin Kamat @ 2014-05-28 11:44 UTC (permalink / raw)
To: linux-input; +Cc: dmitry.torokhov, sachin.kamat
input.h was included twice.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
drivers/input/misc/soc_button_array.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/input/misc/soc_button_array.c b/drivers/input/misc/soc_button_array.c
index 20c80f543d5e..5a6334be30b8 100644
--- a/drivers/input/misc/soc_button_array.c
+++ b/drivers/input/misc/soc_button_array.c
@@ -17,7 +17,6 @@
#include <linux/acpi.h>
#include <linux/gpio/consumer.h>
#include <linux/gpio_keys.h>
-#include <linux/input.h>
#include <linux/platform_device.h>
#include <linux/pnp.h>
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/1] Input: soc_button_array - Remove duplicate inclusion of input.h
2014-05-28 11:44 [PATCH 1/1] Input: soc_button_array - Remove duplicate inclusion of input.h Sachin Kamat
@ 2014-05-28 16:34 ` Dmitry Torokhov
0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2014-05-28 16:34 UTC (permalink / raw)
To: Sachin Kamat; +Cc: linux-input
On Wed, May 28, 2014 at 05:14:19PM +0530, Sachin Kamat wrote:
> input.h was included twice.
>
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Applied, thank you.
> ---
> drivers/input/misc/soc_button_array.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/input/misc/soc_button_array.c b/drivers/input/misc/soc_button_array.c
> index 20c80f543d5e..5a6334be30b8 100644
> --- a/drivers/input/misc/soc_button_array.c
> +++ b/drivers/input/misc/soc_button_array.c
> @@ -17,7 +17,6 @@
> #include <linux/acpi.h>
> #include <linux/gpio/consumer.h>
> #include <linux/gpio_keys.h>
> -#include <linux/input.h>
> #include <linux/platform_device.h>
> #include <linux/pnp.h>
>
> --
> 1.7.9.5
>
--
Dmitry
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-05-28 16:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-28 11:44 [PATCH 1/1] Input: soc_button_array - Remove duplicate inclusion of input.h Sachin Kamat
2014-05-28 16:34 ` Dmitry Torokhov
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).