projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f46eb2b
)
spi: offload: types: include linux/bits.h
author
David Lechner
<dlechner@baylibre.com>
Mon, 10 Feb 2025 23:16:14 +0000
(17:16 -0600)
committer
Mark Brown
<broonie@kernel.org>
Tue, 11 Feb 2025 13:15:28 +0000
(13:15 +0000)
Add #include <linux/bits.h> to linux/spi/offload/types.h since this
file uses the BIT macro.
Suggested-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Signed-off-by: David Lechner <dlechner@baylibre.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link:
https://patch.msgid.link/20250210-spi-offload-extra-headers-v1-1-0f3356362254@baylibre.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/linux/spi/offload/types.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/spi/offload/types.h
b/include/linux/spi/offload/types.h
index 86d0e8cb9495bb43e177378b2041067de8ea8786..6f78923478713aa3c4fc03d7d47b768ed1d52682 100644
(file)
--- a/
include/linux/spi/offload/types.h
+++ b/
include/linux/spi/offload/types.h
@@
-7,6
+7,7
@@
#ifndef __LINUX_SPI_OFFLOAD_TYPES_H
#define __LINUX_SPI_OFFLOAD_TYPES_H
+#include <linux/bits.h>
#include <linux/types.h>
struct device;