lib/trace_readwrite.c:: replace asm-generic/io with linux/io
authorTanzir Hasan <tanzirh@google.com>
Thu, 21 Dec 2023 20:32:33 +0000 (20:32 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 29 Dec 2023 20:22:29 +0000 (12:22 -0800)
commit037d88f0dd87553871a8b143586399122adf49ba
tree3c9f69317b575a3ffcd03f068fa7fc407443a8ae
parent8e226a0a8dc8b80b792338750cd5d26675ce29bc
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 <tanzirh@google.com>
Suggested-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/trace_readwrite.c