diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 1999-06-22 22:08:07 +0000 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 1999-06-22 22:08:07 +0000 |
commit | 9d2ffcf9f36b5de12b408a9b7278271c08a2d6b0 (patch) | |
tree | 961d5f2294ffe74faeb3e9d70860f94c5792f1ab /arch | |
parent | 3ad7724ebeef70b2c8d751f28a8f92aefce41604 (diff) |
changed #include from <asm/ide.h> to <linux/ide.h> to make it compile again
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/jazz/setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/jazz/setup.c b/arch/mips/jazz/setup.c index a761a80cf..7ed33443a 100644 --- a/arch/mips/jazz/setup.c +++ b/arch/mips/jazz/setup.c @@ -1,4 +1,4 @@ -/* $Id: setup.c,v 1.19 1999/01/03 17:50:48 ralf Exp $ +/* $Id: setup.c,v 1.20 1999/02/25 21:57:47 tsbogend Exp $ * * Setup pointers to hardware-dependent routines. * @@ -18,9 +18,9 @@ #include <linux/console.h> #include <linux/fb.h> #include <linux/mc146818rtc.h> +#include <linux/ide.h> #include <asm/bootinfo.h> #include <asm/keyboard.h> -#include <asm/ide.h> #include <asm/irq.h> #include <asm/jazz.h> #include <asm/ptrace.h> |