diff options
author | Jarkko Nikula <jarkko.nikula@linux.intel.com> | 2021-06-29 14:16:57 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2021-07-13 19:07:10 +0100 |
commit | 62f9eb7079a91fa19edc14971b38d8737704ef0f (patch) | |
tree | 332d0dceb2a278c09d726331801014fce1fda338 /drivers/counter | |
parent | 8b2ac51625ac96afd488d3ddd90c95c3417eb736 (diff) | |
download | linux-62f9eb7079a91fa19edc14971b38d8737704ef0f.tar.gz |
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>
Diffstat (limited to 'drivers/counter')
-rw-r--r-- | drivers/counter/intel-qep.c | 1 |
1 files changed, 0 insertions, 1 deletions
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> |