summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/kernel/setup.c')
-rw-r--r--arch/mips/kernel/setup.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/mips/kernel/setup.c b/arch/mips/kernel/setup.c
index ac15aae33..ce3016c55 100644
--- a/arch/mips/kernel/setup.c
+++ b/arch/mips/kernel/setup.c
@@ -101,12 +101,6 @@ static char command_line[COMMAND_LINE_SIZE];
extern char arcs_cmdline[COMMAND_LINE_SIZE];
/*
- * The board specific setup routine sets irq_setup to point to a board
- * specific setup routine.
- */
-void (*irq_setup)(void);
-
-/*
* mips_io_port_base is the begin of the address space to which x86 style
* I/O ports are mapped.
*/
@@ -420,11 +414,6 @@ init_arch(int argc, char **argv, char **envp, int *prom_vec)
start_kernel();
}
-static void __init default_irq_setup(void)
-{
- panic("Unknown machtype in init_IRQ");
-}
-
void __init add_memory_region(unsigned long start, unsigned long size,
long type)
{
@@ -536,9 +525,6 @@ void __init setup_arch(char **cmdline_p)
int i;
- /* Save defaults for configuration-dependent routines. */
- irq_setup = default_irq_setup;
-
#ifdef CONFIG_BLK_DEV_FD
fd_ops = &no_fd_ops;
#endif