Skip to content

Commit fcd7ace

Browse files
dlechbroonie
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 <[email protected]> Signed-off-by: David Lechner <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Link: https://patch.msgid.link/20250210-spi-offload-extra-headers-v1-1-0f3356362254@baylibre.com Signed-off-by: Mark Brown <[email protected]>
1 parent f46eb2b commit fcd7ace

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)