pinctrl: qcom: lpass-lpi: Add missed bitfield.h
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 27 Oct 2022 18:41:45 +0000 (21:41 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 1 Nov 2022 15:03:18 +0000 (17:03 +0200)
Previously the cleanup change dropped the bitfield.h from the
pinctrl-lpass-lpi.h, since it's not used there, but forgot to
re-instantiate it in the C-file, where users are located.

Fix this by adding missed bitfield.h to the C-file.

Fixes: aa9430f8a6de ("pinctrl: qcom: Add missing header(s)")
Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/pinctrl/qcom/pinctrl-lpass-lpi.c

index d5cfa91e2eff901a3b7e313760cd52e22bbf07d1..3dc670faa59ecf63169a42bb7525bf9cda99b3d4 100644 (file)
@@ -4,6 +4,7 @@
  * Copyright (c) 2020 Linaro Ltd.
  */
 
+#include <linux/bitfield.h>
 #include <linux/clk.h>
 #include <linux/gpio/driver.h>
 #include <linux/module.h>