[MIPS] Cobalt: clean up include files
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
This commit is contained in:
committed by
Ralf Baechle
parent
7f5a7716dc
commit
cc50b67dcd
@@ -1,13 +1,11 @@
|
|||||||
/*
|
/*
|
||||||
* (C) P. Horton 2006
|
* (C) P. Horton 2006
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/init.h>
|
|
||||||
#include <linux/kernel.h>
|
|
||||||
#include <linux/console.h>
|
|
||||||
#include <linux/serial_reg.h>
|
#include <linux/serial_reg.h>
|
||||||
|
|
||||||
#include <asm/addrspace.h>
|
#include <asm/addrspace.h>
|
||||||
#include <asm/mach-cobalt/cobalt.h>
|
|
||||||
|
#include <cobalt.h>
|
||||||
|
|
||||||
void prom_putchar(char c)
|
void prom_putchar(char c)
|
||||||
{
|
{
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
#include <asm/irq_cpu.h>
|
#include <asm/irq_cpu.h>
|
||||||
#include <asm/gt64120.h>
|
#include <asm/gt64120.h>
|
||||||
|
|
||||||
#include <asm/mach-cobalt/cobalt.h>
|
#include <cobalt.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* We have two types of interrupts that we handle, ones that come in through
|
* We have two types of interrupts that we handle, ones that come in through
|
||||||
|
@@ -8,15 +8,12 @@
|
|||||||
* Copyright (C) 1995, 1996, 1997 by Ralf Baechle
|
* Copyright (C) 1995, 1996, 1997 by Ralf Baechle
|
||||||
* Copyright (C) 2001 by Liam Davies (ldavies@agile.tv)
|
* Copyright (C) 2001 by Liam Davies (ldavies@agile.tv)
|
||||||
*/
|
*/
|
||||||
#include <linux/sched.h>
|
#include <linux/jiffies.h>
|
||||||
#include <linux/mm.h>
|
|
||||||
#include <asm/cacheflush.h>
|
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
#include <asm/processor.h>
|
|
||||||
#include <asm/reboot.h>
|
#include <asm/reboot.h>
|
||||||
#include <asm/system.h>
|
|
||||||
#include <asm/mipsregs.h>
|
#include <cobalt.h>
|
||||||
#include <asm/mach-cobalt/cobalt.h>
|
|
||||||
|
|
||||||
void cobalt_machine_halt(void)
|
void cobalt_machine_halt(void)
|
||||||
{
|
{
|
||||||
|
@@ -19,12 +19,10 @@
|
|||||||
#include <asm/bootinfo.h>
|
#include <asm/bootinfo.h>
|
||||||
#include <asm/time.h>
|
#include <asm/time.h>
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
#include <asm/irq.h>
|
|
||||||
#include <asm/processor.h>
|
|
||||||
#include <asm/reboot.h>
|
#include <asm/reboot.h>
|
||||||
#include <asm/gt64120.h>
|
#include <asm/gt64120.h>
|
||||||
|
|
||||||
#include <asm/mach-cobalt/cobalt.h>
|
#include <cobalt.h>
|
||||||
|
|
||||||
extern void cobalt_machine_restart(char *command);
|
extern void cobalt_machine_restart(char *command);
|
||||||
extern void cobalt_machine_halt(void);
|
extern void cobalt_machine_halt(void);
|
||||||
|
Reference in New Issue
Block a user