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)
commit03e9491fff252a7435e109333ec51ca2d619b759
treeda44d82252cc57d48a1d22b2189fa43a9d0c6c54
parent98e63c1140a458d6795018ff30e1b259c0e1131c
pinctrl: qcom: lpass-lpi: Add missed bitfield.h

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