Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

pinctrl: qcom: lpass-lpi: Replace kernel.h with what is being used

Replace kernel.h with what exactly is being used, i.e. array_size.h.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20231129161459.1002323-2-andriy.shevchenko@linux.intel.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Andy Shevchenko and committed by
Linus Walleij
2cd57cbd a8fcd999

+1 -1
+1 -1
drivers/pinctrl/qcom/pinctrl-lpass-lpi.h
··· 6 6 #ifndef __PINCTRL_LPASS_LPI_H__ 7 7 #define __PINCTRL_LPASS_LPI_H__ 8 8 9 + #include <linux/array_size.h> 9 10 #include <linux/bits.h> 10 - #include <linux/kernel.h> 11 11 12 12 #include "../core.h" 13 13