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@xxxxxxxxx> Signed-off-by: Jarkko Nikula <jarkko.nikula@xxxxxxxxxxxxxxx> --- 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@xxxxxxxxxxxxxxx> * Author: Raymond Tan <raymond.tan@xxxxxxxxx> */ -#include <linux/bitops.h> #include <linux/counter.h> #include <linux/kernel.h> #include <linux/module.h> -- 2.30.2