diff options
author | Charles Keepax <ckeepax@opensource.cirrus.com> | 2024-01-29 15:25:52 +0000 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2024-02-23 14:58:02 +0000 |
commit | c28c45608ef35bea99a959c1643fad32e2cc4044 (patch) | |
tree | 5aac1ce9bc2d5d91652a5d0099d539780eb553f7 | |
parent | 17bb3a9d346c955c2c43968760e0e0443a590e01 (diff) | |
download | linux-stable-c28c45608ef35bea99a959c1643fad32e2cc4044.tar.gz linux-stable-c28c45608ef35bea99a959c1643fad32e2cc4044.tar.bz2 linux-stable-c28c45608ef35bea99a959c1643fad32e2cc4044.zip |
spi: cs42l43: Tidy up header includes
Including some missing headers.
Suggested-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Acked-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20240129152557.3221212-1-ckeepax@opensource.cirrus.com
Signed-off-by: Lee Jones <lee@kernel.org>
-rw-r--r-- | drivers/spi/spi-cs42l43.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/spi/spi-cs42l43.c b/drivers/spi/spi-cs42l43.c index f13073e12593..16b2c6c2e006 100644 --- a/drivers/spi/spi-cs42l43.c +++ b/drivers/spi/spi-cs42l43.c @@ -11,7 +11,9 @@ #include <linux/errno.h> #include <linux/mfd/cs42l43.h> #include <linux/mfd/cs42l43-regs.h> +#include <linux/mod_devicetable.h> #include <linux/module.h> +#include <linux/of.h> #include <linux/platform_device.h> #include <linux/pm_runtime.h> #include <linux/regmap.h> |