lkml.org 
[lkml]   [2023]   [Dec]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
Subject[PATCH] lib: Replaced asm-generic/io with linux/io
From
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>


\
 
 \ /
  Last update: 2023-12-21 21:33    [W:0.070 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site