Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

David Lechner and committed by
Mark Brown
fcd7ace9 f46eb2bf

+1
+1
include/linux/spi/offload/types.h
··· 7 7 #ifndef __LINUX_SPI_OFFLOAD_TYPES_H 8 8 #define __LINUX_SPI_OFFLOAD_TYPES_H 9 9 10 + #include <linux/bits.h> 10 11 #include <linux/types.h> 11 12 12 13 struct device;