From: Tanzir Hasan Date: Thu, 21 Dec 2023 20:32:33 +0000 (+0000) Subject: lib/trace_readwrite.c:: replace asm-generic/io with linux/io X-Git-Tag: v6.8-rc1~179^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=037d88f0dd87553871a8b143586399122adf49ba;p=thirdparty%2Fkernel%2Flinux.git lib/trace_readwrite.c:: replace asm-generic/io with linux/io asm-generic/io.h can be replaced with linux/io.h and the file will still build correctly. It is an asm-generic file which should be avoided if possible. Link: https://lkml.kernel.org/r/20231221-tracereadwrite-v1-1-a434f25180c7@google.com Signed-off-by: Tanzir Hasan Suggested-by: Al Viro Signed-off-by: Andrew Morton --- diff --git a/lib/trace_readwrite.c b/lib/trace_readwrite.c index 62b4e8b3c733b..a94cd56a1e4c6 100644 --- a/lib/trace_readwrite.c +++ b/lib/trace_readwrite.c @@ -7,7 +7,7 @@ #include #include -#include +#include #define CREATE_TRACE_POINTS #include