]> 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 6126afe2738078558e54b8c2f0815294e0b8eb80..f44129abc02cd7bd356fe13e4dec1a8f838c8d81 100644 (file)
 
 #ifdef __KERNEL__
 
-#include <linux/config.h>
-
-#define IDE_ARCH_OBSOLETE_DEFAULTS
-
 static inline int ide_default_irq(unsigned long base)
 {
        switch (base) {
@@ -41,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__ */