* [PATCH] lib: Replaced asm-generic/io with linux/io
@ 2023-12-21 20:32 Tanzir Hasan
0 siblings, 0 replies; only message in thread
From: Tanzir Hasan @ 2023-12-21 20:32 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel, Nick Desaulniers, Al Viro, Tanzir Hasan
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.
Suggest-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Tanzir Hasan <tanzirh@google.com>
---
lib/trace_readwrite.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/trace_readwrite.c b/lib/trace_readwrite.c
index 62b4e8b3c733..a94cd56a1e4c 100644
--- a/lib/trace_readwrite.c
+++ b/lib/trace_readwrite.c
@@ -7,7 +7,7 @@
#include <linux/ftrace.h>
#include <linux/module.h>
-#include <asm-generic/io.h>
+#include <linux/io.h>
#define CREATE_TRACE_POINTS
#include <trace/events/rwmmio.h>
---
base-commit: 55cb5f43689d7a9ea5bf35ef050f12334f197347
change-id: 20231220-tracereadwrite-5ea130b1f137
Best regards,
--
Tanzir Hasan <tanzirh@google.com>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-12-21 20:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-21 20:32 [PATCH] lib: Replaced asm-generic/io with linux/io Tanzir Hasan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®