diff options
author | Paul Cercueil <paul@crapouillou.net> | 2020-07-26 18:58:27 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-07-28 10:20:44 +0200 |
commit | 64aa9fd01459bbdc51a7400552ba4741df37089d (patch) | |
tree | a1790e68b4cf2886b9a53e60322e6a0798c598a7 /arch/mips | |
parent | 75afbf4917c265eaf6766bbc17efae61ba418796 (diff) | |
download | linux-64aa9fd01459bbdc51a7400552ba4741df37089d.tar.bz2 |
MIPS: ath79: Remove unused include <asm/mips_machine.h>
Since commit 3a77e0d75eed ("MIPS: ath79: drop machfiles"), this header
is not used anymore.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/ath79/setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/ath79/setup.c b/arch/mips/ath79/setup.c index 4b7c066ac88e..7e7bf9c2ad26 100644 --- a/arch/mips/ath79/setup.c +++ b/arch/mips/ath79/setup.c @@ -23,7 +23,6 @@ #include <asm/idle.h> #include <asm/time.h> /* for mips_hpt_frequency */ #include <asm/reboot.h> /* for _machine_{restart,halt} */ -#include <asm/mips_machine.h> #include <asm/prom.h> #include <asm/fw/fw.h> |