]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-alpha/ide.h
x86: rename paravirt_alloc_pt etc after the pagetable structure
[linux-2.6-omap-h63xx.git] / include / asm-alpha / ide.h
index 2a5cc0b367ab4c36dfa79839248c662fa75f7aec..f44129abc02cd7bd356fe13e4dec1a8f838c8d81 100644 (file)
@@ -13,9 +13,6 @@
 
 #ifdef __KERNEL__
 
-
-#define IDE_ARCH_OBSOLETE_DEFAULTS
-
 static inline int ide_default_irq(unsigned long base)
 {
        switch (base) {
@@ -40,15 +37,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_PCI
-#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__ */