diff options
| author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-04-17 18:46:35 -0400 |
|---|---|---|
| committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-04-17 18:46:35 -0400 |
| commit | 273b8385e5817a4765f82257004c5ec661a6a5b2 (patch) | |
| tree | 76ae63e30433fe2676c145421a1963a71f834ef0 /include/asm-mips/mach-generic | |
| parent | 486c92e2900d618c650a7099536310651aa6cf1b (diff) | |
ide: remove ide_init_default_irq() macro
* Use ide_default_irq() instead of ide_init_default_irq() in
ide_generic host driver (so the correct IRQ is always set
regardless of CONFIG_PCI / CONFIG_BLK_DEV_IDEPCI).
* Remove no longer needed ide_init_default_irq() macro.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include/asm-mips/mach-generic')
| -rw-r--r-- | include/asm-mips/mach-generic/ide.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-mips/mach-generic/ide.h b/include/asm-mips/mach-generic/ide.h index 7a9093187fe9..0f6c251f5fec 100644 --- a/include/asm-mips/mach-generic/ide.h +++ b/include/asm-mips/mach-generic/ide.h | |||
| @@ -96,12 +96,6 @@ static __inline__ unsigned long ide_default_io_base(int index) | |||
| 96 | } | 96 | } |
| 97 | } | 97 | } |
| 98 | 98 | ||
| 99 | #ifdef CONFIG_BLK_DEV_IDEPCI | ||
| 100 | #define ide_init_default_irq(base) (0) | ||
| 101 | #else | ||
| 102 | #define ide_init_default_irq(base) ide_default_irq(base) | ||
| 103 | #endif | ||
| 104 | |||
| 105 | /* MIPS port and memory-mapped I/O string operations. */ | 99 | /* MIPS port and memory-mapped I/O string operations. */ |
| 106 | static inline void __ide_flush_prologue(void) | 100 | static inline void __ide_flush_prologue(void) |
| 107 | { | 101 | { |
