From patchwork Tue May 28 11:48:58 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Russell King (Oracle)" X-Patchwork-Id: 13676541 X-Patchwork-Delegate: kuba@kernel.org Received: from pandora.armlinux.org.uk (pandora.armlinux.org.uk [78.32.30.218]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EC1AB16ABE4 for ; Tue, 28 May 2024 11:49:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=78.32.30.218 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716896951; cv=none; b=FyfH1lkLnkm6jT10OXUx8mOvPhWZeORnNsG3/1Hekb6EbNHQ0QPd1vrJswISrDiTquwiJBK/jDDqgSlSIYHqeDtDbCiNcTPHTdvKMCOL8DMIAeFiderpaPjhsheuIEf/l7ixzbuzvtVUBLxpxlbVURQDb7N20Z5YRykuD6hbB0o= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716896951; c=relaxed/simple; bh=KmfvLdsJR70YqhSbAjuFuWWKmtZR/3OQCkJEcZTDDQ0=; h=In-Reply-To:References:From:To:Cc:Subject:MIME-Version: Content-Disposition:Content-Type:Message-Id:Date; b=R95VauveloYZLR8ynd75WbunO9OjRJNw6QwoBNCdeDPbRaxDvkWjY16J4YcuQoCBttIUhqtTFCgHABowyjzD+DA6rNPcRnddCtEIajywg2FH1OqH8OZI+1qDTaNXZPpnNvQKLbVkDMWS3nM/jMGxxwvPJ+N07jDY56h41ORogvw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=armlinux.org.uk; spf=none smtp.mailfrom=armlinux.org.uk; dkim=pass (2048-bit key) header.d=armlinux.org.uk header.i=@armlinux.org.uk header.b=JZykV7wD; arc=none smtp.client-ip=78.32.30.218 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=armlinux.org.uk Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=armlinux.org.uk Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=armlinux.org.uk header.i=@armlinux.org.uk header.b="JZykV7wD" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2019; h=Date:Sender:Message-Id:Content-Type: Content-Transfer-Encoding:MIME-Version:Subject:Cc:To:From:References: In-Reply-To:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=0F9/R7rwWM1eFj6u4L2fDf8usXalbM5+mbGuzNtl3fQ=; b=JZykV7wDe98HBp1ykjXNEqcqKI Vxy8ZBtzyMwe0Pg/Jphngrha53GOjeUjL2U2jnHbm2OGqu7cjt9R6lbGX6bRrKoDGMGnCWFOQ+9/3 fCjvS2qx+DqXn97STvyMZ52BdttGIqjRQFC3DtbA+07LFxDMM0VkKPKrg5FWh18fsoC4dEgMJflAU ZYQVYp1SEz5olk/sXl/WcDrmkOkQyKPkKc3XuqLBOmHTJWlN7dRBYV5gDI0p8zyhiJJE4S+8EwNcL nwZFuWospvajToKAWEAoUlKkkU7KRLX4Wm8Xxq2LOHUBg0tQ2ZVq6coJCr9yZeSB5hd9L/6KsPmbe AXPPw3tQ==; Received: from e0022681537dd.dyn.armlinux.org.uk ([fd8f:7570:feb6:1:222:68ff:fe15:37dd]:38038 helo=rmk-PC.armlinux.org.uk) by pandora.armlinux.org.uk with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1sBvK3-0004im-37; Tue, 28 May 2024 12:48:56 +0100 Received: from rmk by rmk-PC.armlinux.org.uk with local (Exim 4.94.2) (envelope-from ) id 1sBvK6-00EHyp-8R; Tue, 28 May 2024 12:48:58 +0100 In-Reply-To: References: From: "Russell King (Oracle)" To: Serge Semin Cc: Alexandre Torgue , Jose Abreu , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Maxime Coquelin , 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 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Disposition: inline Message-Id: Sender: Russell King Date: Tue, 28 May 2024 12:48:58 +0100 X-Patchwork-Delegate: kuba@kernel.org Include linux/io.h instead of asm/io.h since linux/ includes are preferred. Signed-off-by: Russell King (Oracle) Reviewed-by: Andrew Halaney --- 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 #include #include -#include +#include #include "stmmac.h" #include "stmmac_pcs.h" #include "dwmac1000.h"