counter: intel-qep: Remove linux/bitops.h include
authorJarkko Nikula <jarkko.nikula@linux.intel.com>
Tue, 29 Jun 2021 11:16:57 +0000 (14:16 +0300)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Tue, 13 Jul 2021 18:07:10 +0000 (19:07 +0100)
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>
drivers/counter/intel-qep.c

index 8d7ae28fbd677e354503c73ca3dad819fb1e870c..1a9512e285191145ee0ffa3af3a0cf7573e9545e 100644 (file)
@@ -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>