All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/1] pinctrl: qcom: lpass-lpi: Add missed bitfield.h
@ 2022-10-27 18:41 Andy Shevchenko
  2022-11-01 15:01 ` Andy Shevchenko
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Shevchenko @ 2022-10-27 18:41 UTC (permalink / raw)
  To: Linus Walleij, Srinivasa Rao Mandadapu, linux-arm-msm,
	linux-gpio, linux-kernel
  Cc: Bjorn Andersson, Andy Gross, Konrad Dybcio, Andy Shevchenko,
	kernel test robot

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>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/pinctrl/qcom/pinctrl-lpass-lpi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/pinctrl/qcom/pinctrl-lpass-lpi.c b/drivers/pinctrl/qcom/pinctrl-lpass-lpi.c
index d5cfa91e2eff..3dc670faa59e 100644
--- a/drivers/pinctrl/qcom/pinctrl-lpass-lpi.c
+++ b/drivers/pinctrl/qcom/pinctrl-lpass-lpi.c
@@ -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>
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v1 1/1] pinctrl: qcom: lpass-lpi: Add missed bitfield.h
  2022-10-27 18:41 [PATCH v1 1/1] pinctrl: qcom: lpass-lpi: Add missed bitfield.h Andy Shevchenko
@ 2022-11-01 15:01 ` Andy Shevchenko
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Shevchenko @ 2022-11-01 15:01 UTC (permalink / raw)
  To: Linus Walleij, Srinivasa Rao Mandadapu, linux-arm-msm,
	linux-gpio, linux-kernel
  Cc: Bjorn Andersson, Andy Gross, Konrad Dybcio, kernel test robot

On Thu, Oct 27, 2022 at 09:41:45PM +0300, Andy Shevchenko wrote:
> 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.

Pushed to my review and testing queue, thanks!

-- 
With Best Regards,
Andy Shevchenko



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-01 15:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-27 18:41 [PATCH v1 1/1] pinctrl: qcom: lpass-lpi: Add missed bitfield.h Andy Shevchenko
2022-11-01 15:01 ` Andy Shevchenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.