patch-2.3.1 linux/arch/mips/lib/ide-no.c

Next file: linux/arch/mips/lib/ide-std.c
Previous file: linux/arch/m68k/sun3x/time.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.0/linux/arch/mips/lib/ide-no.c linux/arch/mips/lib/ide-no.c
@@ -11,6 +11,7 @@
  */
 #include <linux/hdreg.h>
 #include <linux/kernel.h>
+#include <asm/hdreg.h>
 #include <asm/ptrace.h>
 #include <asm/ide.h>
 
@@ -24,8 +25,10 @@
 	return 0;
 }
 
-static void no_ide_init_hwif_ports(ide_ioreg_t *p, ide_ioreg_t base,
-                                     int *irq)
+static void no_ide_init_hwif_ports (	hw_regs_t *hw,
+					ide_ioreg_t data_port,
+					ide_ioreg_t ctrl_port,
+					int *irq)
 {
 }
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)