From: LABBE Corentin Date: Wed, 8 Feb 2017 08:31:10 +0000 (+0100) Subject: net: stmmac: remplace asm/io.h by linux/io.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=bbf892849678ff9e25590cbf78d0202e35d7e41d;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git net: stmmac: remplace asm/io.h by linux/io.h This patch fix the checkpatch warning about asm/io.h. Sorting all includes in the process. Signed-off-by: Corentin Labbe Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c index 738d5c754ac4..3fdc6ec6ebf0 100644 --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c @@ -20,13 +20,13 @@ Maintainer: Giuseppe Cavallaro *******************************************************************************/ +#include #include -#include -#include #include #include #include -#include +#include +#include #include "stmmac.h"