* [PATCH] iio: proximity: irsd200: Drop unused include
@ 2023-11-28 22:56 Linus Walleij
2023-11-29 9:31 ` Waqar Hameed
0 siblings, 1 reply; 3+ messages in thread
From: Linus Walleij @ 2023-11-28 22:56 UTC (permalink / raw)
To: Jonathan Cameron, Lars-Peter Clausen, Waqar Hameed
Cc: linux-iio, linux-kernel, Linus Walleij
The driver includes the legacy GPIO header <linux/gpio.h> but doesn't
use any symbols from it. Drop it.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
drivers/iio/proximity/irsd200.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/iio/proximity/irsd200.c b/drivers/iio/proximity/irsd200.c
index bdff91f6b1a3..323ac6dac90e 100644
--- a/drivers/iio/proximity/irsd200.c
+++ b/drivers/iio/proximity/irsd200.c
@@ -7,7 +7,6 @@
#include <asm/unaligned.h>
#include <linux/bitfield.h>
-#include <linux/gpio.h>
#include <linux/i2c.h>
#include <linux/module.h>
#include <linux/regmap.h>
---
base-commit: 05b5bdf18a6ba2dd9db82b6296d4edd6465b6210
change-id: 20231128-descriptors-iio-67062aeb4637
Best regards,
--
Linus Walleij <linus.walleij@linaro.org>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] iio: proximity: irsd200: Drop unused include
2023-11-28 22:56 [PATCH] iio: proximity: irsd200: Drop unused include Linus Walleij
@ 2023-11-29 9:31 ` Waqar Hameed
2023-12-04 13:24 ` Jonathan Cameron
0 siblings, 1 reply; 3+ messages in thread
From: Waqar Hameed @ 2023-11-29 9:31 UTC (permalink / raw)
To: Linus Walleij
Cc: Jonathan Cameron, Lars-Peter Clausen, linux-iio, linux-kernel
On Tue, Nov 28, 2023 at 23:56 +0100 Linus Walleij <linus.walleij@linaro.org> wrote:
> The driver includes the legacy GPIO header <linux/gpio.h> but doesn't
> use any symbols from it. Drop it.
>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Waqar Hameed <waqar.hameed@axis.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] iio: proximity: irsd200: Drop unused include
2023-11-29 9:31 ` Waqar Hameed
@ 2023-12-04 13:24 ` Jonathan Cameron
0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Cameron @ 2023-12-04 13:24 UTC (permalink / raw)
To: Waqar Hameed; +Cc: Linus Walleij, Lars-Peter Clausen, linux-iio, linux-kernel
On Wed, 29 Nov 2023 10:31:26 +0100
Waqar Hameed <waqar.hameed@axis.com> wrote:
> On Tue, Nov 28, 2023 at 23:56 +0100 Linus Walleij <linus.walleij@linaro.org> wrote:
>
> > The driver includes the legacy GPIO header <linux/gpio.h> but doesn't
> > use any symbols from it. Drop it.
> >
> > Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
>
> Reviewed-by: Waqar Hameed <waqar.hameed@axis.com>
Applied
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-12-04 13:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-28 22:56 [PATCH] iio: proximity: irsd200: Drop unused include Linus Walleij
2023-11-29 9:31 ` Waqar Hameed
2023-12-04 13:24 ` Jonathan Cameron
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox