Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Paul Cercueil and committed by
Thomas Bogendoerfer
64aa9fd0 75afbf49

-1
-1
arch/mips/ath79/setup.c
··· 23 23 #include <asm/idle.h> 24 24 #include <asm/time.h> /* for mips_hpt_frequency */ 25 25 #include <asm/reboot.h> /* for _machine_{restart,halt} */ 26 - #include <asm/mips_machine.h> 27 26 #include <asm/prom.h> 28 27 #include <asm/fw/fw.h> 29 28