Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

counter: intel-qep: Remove linux/bitops.h include

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>
Link: https://lore.kernel.org/r/20210629111657.2655688-1-jarkko.nikula@linux.intel.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Jarkko Nikula and committed by
Jonathan Cameron
62f9eb70 8b2ac516

-1
-1
drivers/counter/intel-qep.c
··· 8 8 * Author: Jarkko Nikula <jarkko.nikula@linux.intel.com> 9 9 * Author: Raymond Tan <raymond.tan@intel.com> 10 10 */ 11 - #include <linux/bitops.h> 12 11 #include <linux/counter.h> 13 12 #include <linux/kernel.h> 14 13 #include <linux/module.h>