X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-m68k%2Fide.h;h=36118fd01867967e11441e80485c721f14fa688b;hb=9213980e6a70d8473e0ffd4b39ab5b6caaba9ff5;hp=063bb84087645cd8812e82c831bcc8c991a41c96;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/include/asm-m68k/ide.h b/include/asm-m68k/ide.h index 063bb8408..36118fd01 100644 --- a/include/asm-m68k/ide.h +++ b/include/asm-m68k/ide.h @@ -3,7 +3,7 @@ * * Copyright (C) 1994-1996 Linus Torvalds & authors */ - + /* Copyright(c) 1996 Kars de Jong */ /* Based on the ide driver from 1.2.13pl8 */ @@ -50,32 +50,6 @@ #define MAX_HWIFS 4 /* same as the other archs */ #endif - -static __inline__ int ide_default_irq(unsigned long base) -{ - return 0; -} - -static __inline__ unsigned long ide_default_io_base(int index) -{ - return 0; -} - - -/* - * Set up a hw structure for a specified data port, control port and IRQ. - * This should follow whatever the default interface uses. - */ -static __inline__ void ide_init_hwif_ports(hw_regs_t *hw, - unsigned long data_port, - unsigned long ctrl_port, int *irq) -{ - if (data_port || ctrl_port) - printk("ide_init_hwif_ports: must not be called\n"); -} - -#define ide_init_default_irq(base) (0) - /* * Get rid of defs from io.h - ide has its private and conflicting versions * Since so far no single m68k platform uses ISA/PCI I/O space for IDE, we