]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-m32r/ide.h
cfq-iosched: fix RCU race in the cfq io_context destructor handling
[linux-2.6-omap-h63xx.git] / include / asm-m32r / ide.h
index 4672a49e8760546f3b835d627359b9c0d62fd418..1e7f6474d1307578cfa8bb59a80f896a5d06abe8 100644 (file)
@@ -23,8 +23,6 @@
 # endif
 #endif
 
-#define IDE_ARCH_OBSOLETE_DEFAULTS
-
 static __inline__ int ide_default_irq(unsigned long base)
 {
        switch (base) {
@@ -65,15 +63,6 @@ static __inline__ unsigned long ide_default_io_base(int index)
        }
 }
 
-#define IDE_ARCH_OBSOLETE_INIT
-#define ide_default_io_ctl(base)       ((base) + 0x206) /* obsolete */
-
-#ifdef CONFIG_BLK_DEV_IDEPCI
-#define ide_init_default_irq(base)     (0)
-#else
-#define ide_init_default_irq(base)     ide_default_irq(base)
-#endif
-
 #include <asm-generic/ide_iops.h>
 
 #endif /* __KERNEL__ */