All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] counter: intel-qep: Remove linux/bitops.h include
@ 2021-06-29 11:16 Jarkko Nikula
  2021-06-29 12:05 ` William Breathitt Gray
  0 siblings, 1 reply; 3+ messages in thread
From: Jarkko Nikula @ 2021-06-29 11:16 UTC (permalink / raw)
  To: linux-iio; +Cc: William Breathitt Gray, Jarkko Nikula, kernel test robot

0-DAY CI Kernel Test Service reported following iwyu warning:

drivers/counter/intel-qep.c:11:1: iwyu: warning: superfluous #include <linux/bitops.h>

Remove that include since we don't seem to use anything from it.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
---
 drivers/counter/intel-qep.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/counter/intel-qep.c b/drivers/counter/intel-qep.c
index 8d7ae28fbd67..1a9512e28519 100644
--- a/drivers/counter/intel-qep.c
+++ b/drivers/counter/intel-qep.c
@@ -8,7 +8,6 @@
  * Author: Jarkko Nikula <jarkko.nikula@linux.intel.com>
  * Author: Raymond Tan <raymond.tan@intel.com>
  */
-#include <linux/bitops.h>
 #include <linux/counter.h>
 #include <linux/kernel.h>
 #include <linux/module.h>
-- 
2.30.2


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

* Re: [PATCH] counter: intel-qep: Remove linux/bitops.h include
  2021-06-29 11:16 [PATCH] counter: intel-qep: Remove linux/bitops.h include Jarkko Nikula
@ 2021-06-29 12:05 ` William Breathitt Gray
  2021-07-13 18:07   ` Jonathan Cameron
  0 siblings, 1 reply; 3+ messages in thread
From: William Breathitt Gray @ 2021-06-29 12:05 UTC (permalink / raw)
  To: Jarkko Nikula, jic23; +Cc: linux-iio, kernel test robot, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1031 bytes --]

On Tue, Jun 29, 2021 at 02:16:57PM +0300, Jarkko Nikula wrote:
> 0-DAY CI Kernel Test Service reported following iwyu warning:
> 
> drivers/counter/intel-qep.c:11:1: iwyu: warning: superfluous #include <linux/bitops.h>
> 
> Remove that include since we don't seem to use anything from it.
> 
> Reported-by: kernel test robot <lkp@intel.com>
> Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>

Acked-by: William Breathitt Gray <vilhelm.gray@gmail.com>

> ---
>  drivers/counter/intel-qep.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/counter/intel-qep.c b/drivers/counter/intel-qep.c
> index 8d7ae28fbd67..1a9512e28519 100644
> --- a/drivers/counter/intel-qep.c
> +++ b/drivers/counter/intel-qep.c
> @@ -8,7 +8,6 @@
>   * Author: Jarkko Nikula <jarkko.nikula@linux.intel.com>
>   * Author: Raymond Tan <raymond.tan@intel.com>
>   */
> -#include <linux/bitops.h>
>  #include <linux/counter.h>
>  #include <linux/kernel.h>
>  #include <linux/module.h>
> -- 
> 2.30.2
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH] counter: intel-qep: Remove linux/bitops.h include
  2021-06-29 12:05 ` William Breathitt Gray
@ 2021-07-13 18:07   ` Jonathan Cameron
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Cameron @ 2021-07-13 18:07 UTC (permalink / raw)
  To: William Breathitt Gray
  Cc: Jarkko Nikula, linux-iio, kernel test robot, linux-kernel

On Tue, 29 Jun 2021 21:05:39 +0900
William Breathitt Gray <vilhelm.gray@gmail.com> wrote:

> On Tue, Jun 29, 2021 at 02:16:57PM +0300, Jarkko Nikula wrote:
> > 0-DAY CI Kernel Test Service reported following iwyu warning:
> > 
> > drivers/counter/intel-qep.c:11:1: iwyu: warning: superfluous #include <linux/bitops.h>
> > 
> > Remove that include since we don't seem to use anything from it.
> > 
> > Reported-by: kernel test robot <lkp@intel.com>
> > Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>  
> 
> Acked-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Applied,

Thanks,

Jonathan

> 
> > ---
> >  drivers/counter/intel-qep.c | 1 -
> >  1 file changed, 1 deletion(-)
> > 
> > diff --git a/drivers/counter/intel-qep.c b/drivers/counter/intel-qep.c
> > index 8d7ae28fbd67..1a9512e28519 100644
> > --- a/drivers/counter/intel-qep.c
> > +++ b/drivers/counter/intel-qep.c
> > @@ -8,7 +8,6 @@
> >   * Author: Jarkko Nikula <jarkko.nikula@linux.intel.com>
> >   * Author: Raymond Tan <raymond.tan@intel.com>
> >   */
> > -#include <linux/bitops.h>
> >  #include <linux/counter.h>
> >  #include <linux/kernel.h>
> >  #include <linux/module.h>
> > -- 
> > 2.30.2
> >   


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

end of thread, other threads:[~2021-07-13 18:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-29 11:16 [PATCH] counter: intel-qep: Remove linux/bitops.h include Jarkko Nikula
2021-06-29 12:05 ` William Breathitt Gray
2021-07-13 18:07   ` Jonathan Cameron

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.