Skip to content

Commit 4017925

Browse files
dlechnunojsa
authored andcommitted
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>
1 parent 501aceb commit 4017925

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/linux/spi/offload/types.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#ifndef __LINUX_SPI_OFFLOAD_TYPES_H
88
#define __LINUX_SPI_OFFLOAD_TYPES_H
99

10+
#include <linux/bits.h>
1011
#include <linux/types.h>
1112

1213
struct device;

0 commit comments

Comments
 (0)