linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/6] spi: cs42l43: Tidy up header includes
@ 2024-01-24 15:30 Charles Keepax
  2024-01-24 15:30 ` [PATCH v2 2/6] mfd: " Charles Keepax
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Charles Keepax @ 2024-01-24 15:30 UTC (permalink / raw)
  To: lee, broonie
  Cc: andy.shevchenko, alsa-devel, patches, linux-kernel, linux-spi

Including some missing headers.

Suggested-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Acked-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
---

Changes since v1:
 - Moved to start of the series

The changes to the MFD headers necessitate the inclusion of of.h here to
keep things building, hence my including this SPI change in the this MFD
series. The rest of the SPI fixups will be sent separately, as they are
also not dependent on this change.

Thanks,
Charles

 drivers/spi/spi-cs42l43.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/spi/spi-cs42l43.c b/drivers/spi/spi-cs42l43.c
index d239fc5a49ccc..fb62807fc991c 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>
-- 
2.30.2


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

end of thread, other threads:[~2024-01-24 21:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-24 15:30 [PATCH v2 1/6] spi: cs42l43: Tidy up header includes Charles Keepax
2024-01-24 15:30 ` [PATCH v2 2/6] mfd: " Charles Keepax
2024-01-24 20:57   ` Andy Shevchenko
2024-01-24 15:30 ` [PATCH v2 3/6] mfd: cs42l43: Use __u8 type rather than u8 for firmware interface Charles Keepax
2024-01-24 20:51   ` Andy Shevchenko
2024-01-24 15:30 ` [PATCH v2 4/6] mfd: cs42l43: Add time postfixes on defines Charles Keepax
2024-01-24 15:30 ` [PATCH v2 5/6] mfd: cs42l43: Add some missing dev_err_probes Charles Keepax
2024-01-24 20:55   ` Andy Shevchenko
2024-01-24 15:30 ` [PATCH v2 6/6] mfd: cs42l43: Handle error from devm_pm_runtime_enable Charles Keepax
2024-01-24 21:01 ` [PATCH v2 1/6] spi: cs42l43: Tidy up header includes Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).