Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13676
b: refs/heads/master
c: 83ae20c
h: refs/heads/master
v: v3
  • Loading branch information
Bjorn Helgaas authored and Bartlomiej Zolnierkiewicz committed Nov 9, 2005
1 parent 9147244 commit 06dd9e0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4349d5cdf28d46c22d467079e80ee9695dcec0ad
refs/heads/master: 83ae20c849f1bff32100fa8584408dca99ce4a62
4 changes: 0 additions & 4 deletions trunk/include/asm-alpha/ide.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@

#include <linux/config.h>

#ifndef MAX_HWIFS
#define MAX_HWIFS CONFIG_IDE_MAX_HWIFS
#endif

#define IDE_ARCH_OBSOLETE_DEFAULTS

static inline int ide_default_irq(unsigned long base)
Expand Down
4 changes: 0 additions & 4 deletions trunk/include/asm-sh/ide.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@

#include <linux/config.h>

#ifndef MAX_HWIFS
#define MAX_HWIFS CONFIG_IDE_MAX_HWIFS
#endif

#define ide_default_io_ctl(base) (0)

#include <asm-generic/ide_iops.h>
Expand Down
4 changes: 0 additions & 4 deletions trunk/include/asm-sh64/ide.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@

#include <linux/config.h>

#ifndef MAX_HWIFS
#define MAX_HWIFS CONFIG_IDE_MAX_HWIFS
#endif

/* Without this, the initialisation of PCI IDE cards end up calling
* ide_init_hwif_ports, which won't work. */
#ifdef CONFIG_BLK_DEV_IDEPCI
Expand Down
4 changes: 4 additions & 0 deletions trunk/include/linux/ide.h
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,10 @@ static inline void ide_std_init_ports(hw_regs_t *hw,

#include <asm/ide.h>

#ifndef MAX_HWIFS
#define MAX_HWIFS CONFIG_IDE_MAX_HWIFS
#endif

/* needed on alpha, x86/x86_64, ia64, mips, ppc32 and sh */
#ifndef IDE_ARCH_OBSOLETE_DEFAULTS
# define ide_default_io_base(index) (0)
Expand Down

0 comments on commit 06dd9e0

Please sign in to comment.