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:
Andy Shevchenko 2023-11-29 18:06:24 +02:00 committed by Linus Walleij
parent a8fcd99924
commit 2cd57cbd56

View File

@ -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"