]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
fix up queue-4.19/tools-move-alignment-related-macros-to-new-linux-align.h.patch
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Sep 2024 09:54:39 +0000 (11:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Sep 2024 09:54:39 +0000 (11:54 +0200)
queue-4.19/tools-move-alignment-related-macros-to-new-linux-align.h.patch

index da336b27b12049784a2c829d68dad7c32c3a24f1..bd2b206236f922a49c3649bb971a224f08949a20 100644 (file)
@@ -32,7 +32,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 +#ifndef _TOOLS_LINUX_ALIGN_H
 +#define _TOOLS_LINUX_ALIGN_H
 +
-+#include <uapi/linux/const.h>
++#include <linux/const.h>
 +
 +#define ALIGN(x, a)           __ALIGN_KERNEL((x), (a))
 +#define ALIGN_DOWN(x, a)      __ALIGN_KERNEL((x) - ((a) - 1), (a))