net: sun8i-emac: Drop use of arch-specific header
authorSamuel Holland <samuel@sholland.org>
Fri, 15 Jul 2022 05:20:57 +0000 (00:20 -0500)
committerAndre Przywara <andre.przywara@arm.com>
Mon, 18 Jul 2022 10:27:29 +0000 (11:27 +0100)
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 <samuel@sholland.org>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
drivers/net/sun8i_emac.c

index a4b3492..9cca8fa 100644 (file)
@@ -16,7 +16,6 @@
 #include <asm/global_data.h>
 #include <asm/gpio.h>
 #include <asm/io.h>
-#include <asm/arch/clock.h>
 #include <common.h>
 #include <clk.h>
 #include <dm.h>