diff options
author | David Lechner <dlechner@baylibre.com> | 2025-02-10 17:16:14 -0600 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2025-02-11 13:15:28 +0000 |
commit | fcd7ace9a725ae034ff9f24cb94c9fe12a1f02da (patch) | |
tree | 1e674be3829c191f206d18d842ac44241c5b6843 | |
parent | f46eb2bfb878ce3345725252f77fa3ba36a0f087 (diff) |
spi: offload: types: include linux/bits.h
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>
-rw-r--r-- | include/linux/spi/offload/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/spi/offload/types.h b/include/linux/spi/offload/types.h index 86d0e8cb9495..6f7892347871 100644 --- 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; |