From: Greg Kroah-Hartman Date: Wed, 4 Sep 2024 09:54:39 +0000 (+0200) Subject: fix up queue-4.19/tools-move-alignment-related-macros-to-new-linux-align.h.patch X-Git-Tag: v4.19.321~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c6c7b25fac21d042aa4b5f662bce7f70db2866cd;p=thirdparty%2Fkernel%2Fstable-queue.git fix up queue-4.19/tools-move-alignment-related-macros-to-new-linux-align.h.patch --- diff --git a/queue-4.19/tools-move-alignment-related-macros-to-new-linux-align.h.patch b/queue-4.19/tools-move-alignment-related-macros-to-new-linux-align.h.patch index da336b27b12..bd2b206236f 100644 --- a/queue-4.19/tools-move-alignment-related-macros-to-new-linux-align.h.patch +++ b/queue-4.19/tools-move-alignment-related-macros-to-new-linux-align.h.patch @@ -32,7 +32,7 @@ Signed-off-by: Greg Kroah-Hartman +#ifndef _TOOLS_LINUX_ALIGN_H +#define _TOOLS_LINUX_ALIGN_H + -+#include ++#include + +#define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) +#define ALIGN_DOWN(x, a) __ALIGN_KERNEL((x) - ((a) - 1), (a))