Message ID | 20200726165828.55175-1-paul@crapouillou.net (mailing list archive) |
---|---|
State | Mainlined |
Commit | 64aa9fd01459bbdc51a7400552ba4741df37089d |
Headers | show |
Series | [1/2] MIPS: ath79: Remove unused include <asm/mips_machine.h> | expand |
On Sun, Jul 26, 2020 at 06:58:27PM +0200, Paul Cercueil wrote: > Since commit 3a77e0d75eed ("MIPS: ath79: drop machfiles"), this header > is not used anymore. > > Signed-off-by: Paul Cercueil <paul@crapouillou.net> > --- > arch/mips/ath79/setup.c | 1 - > 1 file changed, 1 deletion(-) applied to mips-next. Thomas.
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>
Since commit 3a77e0d75eed ("MIPS: ath79: drop machfiles"), this header is not used anymore. Signed-off-by: Paul Cercueil <paul@crapouillou.net> --- arch/mips/ath79/setup.c | 1 - 1 file changed, 1 deletion(-)