diff options
author | John Crispin <[email protected]> | 2019-01-11 15:22:37 +0100 |
---|---|---|
committer | Paul Burton <[email protected]> | 2019-01-22 11:17:22 -0800 |
commit | 3a77e0d75eedd3a0ba1a402f1d0d564bbe453fd8 (patch) | |
tree | 1ff1778479e97b65aff763109f786f6c239b28f7 /arch/mips/ath79/clock.c | |
parent | 51fa4f8912c0934cf1410f435516d2abbcf88a9e (diff) |
MIPS: ath79: drop machfiles
With the target now being fully OF based, we can drop the legacy mach
files. Boards can now boot fully of devicetree files.
Signed-off-by: John Crispin <[email protected]>
Signed-off-by: Paul Burton <[email protected]>
Cc: Ralf Baechle <[email protected]>
Cc: James Hogan <[email protected]>
Cc: Rob Herring <[email protected]>
Cc: Pengutronix Kernel Team <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: Felix Fietkau <[email protected]>
Diffstat (limited to 'arch/mips/ath79/clock.c')
-rw-r--r-- | arch/mips/ath79/clock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/ath79/clock.c b/arch/mips/ath79/clock.c index 699f00f096cb..aea9590bf353 100644 --- a/arch/mips/ath79/clock.c +++ b/arch/mips/ath79/clock.c @@ -26,7 +26,6 @@ #include <asm/mach-ath79/ath79.h> #include <asm/mach-ath79/ar71xx_regs.h> #include "common.h" -#include "machtypes.h" #define AR71XX_BASE_FREQ 40000000 #define AR724X_BASE_FREQ 40000000 |