mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] fixup! spi: add per-driver bits-per-word mask
@ 2023-04-07  9:59 Ahmad Fatoum
  2023-04-11 11:58 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2023-04-07  9:59 UTC (permalink / raw)
  To: barebox; +Cc: pza, Ahmad Fatoum

From: Ahmad Fatoum <ahmad@a3f.at>

Fixed up commit introduces instances of the BIT() and GENMASK() macros
into the file. Add the appropriate header to go along with it.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 include/spi/spi.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/spi/spi.h b/include/spi/spi.h
index d479e4f34f0c..f806c7a30b36 100644
--- a/include/spi/spi.h
+++ b/include/spi/spi.h
@@ -6,6 +6,7 @@
 #include <linux/err.h>
 #include <linux/kernel.h>
 #include <linux/string.h>
+#include <linux/bitops.h>
 
 struct spi_controller_mem_ops;
 
-- 
2.39.2




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

end of thread, other threads:[~2023-04-11 11:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-07  9:59 [PATCH] fixup! spi: add per-driver bits-per-word mask Ahmad Fatoum
2023-04-11 11:58 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox