summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDavid Lechner <dlechner@baylibre.com>2025-02-11 02:16:14 +0300
committerMark Brown <broonie@kernel.org>2025-02-11 16:15:28 +0300
commitfcd7ace9a725ae034ff9f24cb94c9fe12a1f02da (patch)
tree1e674be3829c191f206d18d842ac44241c5b6843 /include/linux
parentf46eb2bfb878ce3345725252f77fa3ba36a0f087 (diff)
downloadlinux-fcd7ace9a725ae034ff9f24cb94c9fe12a1f02da.tar.xz
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>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/spi/offload/types.h1
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;