Skip to content

Commit 037d88f

Browse files
Tanzir Hasanakpm00
authored andcommitted
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>
1 parent 8e226a0 commit 037d88f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/trace_readwrite.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#include <linux/ftrace.h>
99
#include <linux/module.h>
10-
#include <asm-generic/io.h>
10+
#include <linux/io.h>
1111

1212
#define CREATE_TRACE_POINTS
1313
#include <trace/events/rwmmio.h>

0 commit comments

Comments
 (0)