mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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>
This commit is contained in:
parent
a8fcd99924
commit
2cd57cbd56
1 changed files with 1 additions and 1 deletions
|
@ -6,8 +6,8 @@
|
|||
#ifndef __PINCTRL_LPASS_LPI_H__
|
||||
#define __PINCTRL_LPASS_LPI_H__
|
||||
|
||||
#include <linux/array_size.h>
|
||||
#include <linux/bits.h>
|
||||
#include <linux/kernel.h>
|
||||
|
||||
#include "../core.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue