linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: iio: ADIS16240: Remove unused include
@ 2019-09-13 20:36 Rohit Sarkar
  2019-09-15  9:53 ` Jonathan Cameron
  0 siblings, 1 reply; 3+ messages in thread
From: Rohit Sarkar @ 2019-09-13 20:36 UTC (permalink / raw)
  To: Lars-Peter Clausen, Michael Hennerich, Stefan Popa, gregkh,
	Jonathan Cameron, Hartmut Knaack, Peter Meerwald-Stadler
  Cc: linux-iio, devel, linux-kernel, Rodrigo Carvalho, rohitsarkar5398

Bcc: 
Subject: [PATCH] staging: iio: adis16240: remove unused include
Reply-To: 

'#include<linux/gpio.h>' isn't being used anywhere. Remove it.

Signed-off-by: Rohit Sarkar <rohitsarkar5398@gmail.com>
---
 drivers/staging/iio/accel/adis16240.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/iio/accel/adis16240.c b/drivers/staging/iio/accel/adis16240.c
index 82099db4bf0c..a480409090c0 100644
--- a/drivers/staging/iio/accel/adis16240.c
+++ b/drivers/staging/iio/accel/adis16240.c
@@ -7,7 +7,6 @@
 
 #include <linux/interrupt.h>
 #include <linux/irq.h>
-#include <linux/gpio.h>
 #include <linux/delay.h>
 #include <linux/device.h>
 #include <linux/kernel.h>
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] staging: iio: ADIS16240: Remove unused include
  2019-09-13 20:36 [PATCH] staging: iio: ADIS16240: Remove unused include Rohit Sarkar
@ 2019-09-15  9:53 ` Jonathan Cameron
  2019-09-15 17:49   ` Rohit Sarkar
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Cameron @ 2019-09-15  9:53 UTC (permalink / raw)
  To: Rohit Sarkar
  Cc: Lars-Peter Clausen, Michael Hennerich, Stefan Popa, gregkh,
	Hartmut Knaack, Peter Meerwald-Stadler, linux-iio, devel,
	linux-kernel, Rodrigo Carvalho

On Sat, 14 Sep 2019 02:06:27 +0530
Rohit Sarkar <rohitsarkar5398@gmail.com> wrote:

> Bcc: 
> Subject: [PATCH] staging: iio: adis16240: remove unused include
> Reply-To: 
Something odd happened here with patch formatting.  I fixed it up and
applied to the togreg branch of iio.git and pushed out as testing
for the autobuilders to play with it.

Thanks,

Jonathan

> 
> '#include<linux/gpio.h>' isn't being used anywhere. Remove it.
> 
> Signed-off-by: Rohit Sarkar <rohitsarkar5398@gmail.com>
> ---
>  drivers/staging/iio/accel/adis16240.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/staging/iio/accel/adis16240.c b/drivers/staging/iio/accel/adis16240.c
> index 82099db4bf0c..a480409090c0 100644
> --- a/drivers/staging/iio/accel/adis16240.c
> +++ b/drivers/staging/iio/accel/adis16240.c
> @@ -7,7 +7,6 @@
>  
>  #include <linux/interrupt.h>
>  #include <linux/irq.h>
> -#include <linux/gpio.h>
>  #include <linux/delay.h>
>  #include <linux/device.h>
>  #include <linux/kernel.h>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] staging: iio: ADIS16240: Remove unused include
  2019-09-15  9:53 ` Jonathan Cameron
@ 2019-09-15 17:49   ` Rohit Sarkar
  0 siblings, 0 replies; 3+ messages in thread
From: Rohit Sarkar @ 2019-09-15 17:49 UTC (permalink / raw)
  To: Jonathan Cameron
  Cc: Lars-Peter Clausen, Michael Hennerich, Stefan Popa, gregkh,
	Hartmut Knaack, Peter Meerwald-Stadler, linux-iio, devel,
	linux-kernel, Rodrigo Carvalho

On Sun, Sep 15, 2019 at 10:53:00AM +0100, Jonathan Cameron wrote:
> On Sat, 14 Sep 2019 02:06:27 +0530
> Rohit Sarkar <rohitsarkar5398@gmail.com> wrote:
> 
> > Bcc: 
> > Subject: [PATCH] staging: iio: adis16240: remove unused include
> > Reply-To: 
> Something odd happened here with patch formatting.  I fixed it up and
> applied to the togreg branch of iio.git and pushed out as testing
> for the autobuilders to play with it.
> 
> Thanks,
> 
> Jonathan
> 

That's my bad, must have messed up while copying over the recipients
from another thread.

Thanks,
Rohit

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-09-15 17:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-13 20:36 [PATCH] staging: iio: ADIS16240: Remove unused include Rohit Sarkar
2019-09-15  9:53 ` Jonathan Cameron
2019-09-15 17:49   ` Rohit Sarkar

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).