From: Samuel Holland Date: Fri, 15 Jul 2022 05:20:57 +0000 (-0500) Subject: net: sun8i-emac: Drop use of arch-specific header X-Git-Tag: v2022.10~82^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=68655e6ce14c5eff8d0aad84dc40d7ca1d40c2e9;p=platform%2Fkernel%2Fu-boot.git net: sun8i-emac: Drop use of arch-specific header This header is not used since commit abdbefba2a4e ("net: sun8i_emac: Use consistent clock bitfield definitions"). Dropping it allows the driver to be architecture-independent. Signed-off-by: Samuel Holland Reviewed-by: Andre Przywara Signed-off-by: Andre Przywara --- diff --git a/drivers/net/sun8i_emac.c b/drivers/net/sun8i_emac.c index a4b3492..9cca8fa 100644 --- a/drivers/net/sun8i_emac.c +++ b/drivers/net/sun8i_emac.c @@ -16,7 +16,6 @@ #include #include #include -#include #include #include #include