From: "Russell King (Oracle)" <rmk+kernel@armlinux.org.uk>
To: Serge Semin <fancer.lancer@gmail.com>
Cc: Alexandre Torgue <alexandre.torgue@foss.st.com>,
Jose Abreu <joabreu@synopsys.com>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
Maxime Coquelin <mcoquelin.stm32@gmail.com>,
netdev@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH net-next 5/5] net: stmmac: include linux/io.h rather than asm/io.h
Date: Tue, 28 May 2024 12:48:58 +0100 [thread overview]
Message-ID: <E1sBvK6-00EHyp-8R@rmk-PC.armlinux.org.uk> (raw)
In-Reply-To: <ZlXEgl7tgdWMNvoB@shell.armlinux.org.uk>
Include linux/io.h instead of asm/io.h since linux/ includes are
preferred.
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
---
drivers/net/ethernet/stmicro/stmmac/dwmac1000_core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac1000_core.c b/drivers/net/ethernet/stmicro/stmmac/dwmac1000_core.c
index d0c7c2320d8d..d413d76a8936 100644
--- a/drivers/net/ethernet/stmicro/stmmac/dwmac1000_core.c
+++ b/drivers/net/ethernet/stmicro/stmmac/dwmac1000_core.c
@@ -15,7 +15,7 @@
#include <linux/crc32.h>
#include <linux/slab.h>
#include <linux/ethtool.h>
-#include <asm/io.h>
+#include <linux/io.h>
#include "stmmac.h"
#include "stmmac_pcs.h"
#include "dwmac1000.h"
--
2.30.2
next prev parent reply other threads:[~2024-05-28 11:49 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-28 11:48 [PATCH net-next 0/5] net: stmmac: cleanups Russell King (Oracle)
2024-05-28 11:48 ` [PATCH net-next 1/5] net: stmmac: Drop TBI/RTBI PCS flags Russell King
2024-05-28 12:26 ` Serge Semin
2024-05-28 13:20 ` Russell King (Oracle)
2024-05-28 20:38 ` Andrew Halaney
2024-05-28 11:48 ` [PATCH net-next 2/5] net: stmmac: dwxgmac2: remove useless NULL pointer initialisations Russell King (Oracle)
2024-05-28 20:39 ` Andrew Halaney
2024-05-28 11:48 ` [PATCH net-next 3/5] net: stmmac: remove pcs_rane() method Russell King (Oracle)
2024-05-28 20:40 ` Andrew Halaney
2024-05-28 11:48 ` [PATCH net-next 4/5] net: stmmac: remove unnecessary netif_carrier_off() Russell King (Oracle)
2024-05-28 20:41 ` Andrew Halaney
2024-05-28 11:48 ` Russell King (Oracle) [this message]
2024-05-28 20:48 ` [PATCH net-next 5/5] net: stmmac: include linux/io.h rather than asm/io.h Andrew Halaney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1sBvK6-00EHyp-8R@rmk-PC.armlinux.org.uk \
--to=rmk+kernel@armlinux.org.uk \
--cc=alexandre.torgue@foss.st.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=fancer.lancer@gmail.com \
--cc=joabreu@synopsys.com \
--cc=kuba@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).