diff options
author | Samuel Holland <samuel@sholland.org> | 2022-07-15 00:20:57 -0500 |
---|---|---|
committer | Andre Przywara <andre.przywara@arm.com> | 2022-07-18 11:27:29 +0100 |
commit | 68655e6ce14c5eff8d0aad84dc40d7ca1d40c2e9 (patch) | |
tree | 86fc2fb8ca5b130c2fa7ef6282cb531c75b6d5d2 | |
parent | 62ee043325a3f282ddb4e4a15c555b810f094b76 (diff) |
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 <samuel@sholland.org>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
-rw-r--r-- | drivers/net/sun8i_emac.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/sun8i_emac.c b/drivers/net/sun8i_emac.c index a4b3492b764..9cca8fa4e0a 100644 --- a/drivers/net/sun8i_emac.c +++ b/drivers/net/sun8i_emac.c @@ -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> |