diff options
Diffstat (limited to 'arch/mips/tx4927/common/tx4927_prom.c')
-rw-r--r-- | arch/mips/tx4927/common/tx4927_prom.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/arch/mips/tx4927/common/tx4927_prom.c b/arch/mips/tx4927/common/tx4927_prom.c index 6eed53d8f386..cc2aa9d63e82 100644 --- a/arch/mips/tx4927/common/tx4927_prom.c +++ b/arch/mips/tx4927/common/tx4927_prom.c @@ -30,12 +30,8 @@ */ #include <linux/init.h> -#include <linux/mm.h> -#include <linux/sched.h> -#include <linux/bootmem.h> - -#include <asm/addrspace.h> -#include <asm/bootinfo.h> +#include <linux/types.h> +#include <linux/io.h> #include <asm/tx4927/tx4927.h> static unsigned int __init tx4927_process_sdccr(unsigned long addr) |