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)
commit62f9eb7079a91fa19edc14971b38d8737704ef0f
tree332d0dceb2a278c09d726331801014fce1fda338
parent8b2ac51625ac96afd488d3ddd90c95c3417eb736
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>
drivers/counter/intel-qep.c