linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: William Breathitt Gray <vilhelm.gray@gmail.com>
Cc: Jarkko Nikula <jarkko.nikula@linux.intel.com>,
	linux-iio@vger.kernel.org, kernel test robot <lkp@intel.com>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] counter: intel-qep: Remove linux/bitops.h include
Date: Tue, 13 Jul 2021 19:07:27 +0100	[thread overview]
Message-ID: <20210713190727.6a6c049c@jic23-huawei> (raw)
In-Reply-To: <YNsMk4qyfyZ43MfX@shinobu>

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


      reply	other threads:[~2021-07-13 18:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

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=20210713190727.6a6c049c@jic23-huawei \
    --to=jic23@kernel.org \
    --cc=jarkko.nikula@linux.intel.com \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lkp@intel.com \
    --cc=vilhelm.gray@gmail.com \
    /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).