[PATCH 5/8] headers: Add linux/align.h file
Hauke Mehrtens <[email protected]> Mon, 8 Jul 2024 00:56:43 +0200
| Newsgroups | org.kernel.vger.backports |
|---|---|
| Message-ID | <[email protected]> |
The linux/align.h file was extracted from the linux/bitmap.h file. The new WFX driver is using this header file. Signed-off-by: Hauke Mehrtens <[email protected]> --- backport/backport-include/linux/align.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 backport/backport-include/linux/align.h diff --git a/backport/backport-include/linux/align.h b/backport/backport-include/linux/align.h new file mode 100644 index 00000000..5cf9f351 --- /dev/null +++ b/backport/backport-include/linux/align.h @@ -0,0 +1,7 @@ +#include <linux/version.h> + +#if LINUX_VERSION_IS_GEQ(5,13,0) +#include_next <linux/align.h> +#else +#include <linux/bitmap.h> +#endif -- 2.45.2