From: David Lechner Date: Mon, 10 Feb 2025 23:16:14 +0000 (-0600) Subject: spi: offload: types: include linux/bits.h X-Git-Tag: v6.15-rc1~182^2~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fcd7ace9a725ae034ff9f24cb94c9fe12a1f02da;p=thirdparty%2Fkernel%2Flinux.git spi: offload: types: include linux/bits.h Add #include to linux/spi/offload/types.h since this file uses the BIT macro. Suggested-by: Andy Shevchenko Signed-off-by: David Lechner Reviewed-by: Andy Shevchenko Link: https://patch.msgid.link/20250210-spi-offload-extra-headers-v1-1-0f3356362254@baylibre.com Signed-off-by: Mark Brown --- diff --git a/include/linux/spi/offload/types.h b/include/linux/spi/offload/types.h index 86d0e8cb9495b..6f78923478713 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 #include struct device;