Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105738
b: refs/heads/master
c: 2a8f745
h: refs/heads/master
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jul 24, 2008
1 parent 4c27a85 commit dc7d718
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 172 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: f01d35d87f39ab794ddcdefadb79c11054bcbfbc
refs/heads/master: 2a8f7450f828eaee49d66f41f99ac2e54f1160a6
20 changes: 0 additions & 20 deletions trunk/include/asm-alpha/ide.h

This file was deleted.

25 changes: 0 additions & 25 deletions trunk/include/asm-blackfin/ide.h

This file was deleted.

24 changes: 0 additions & 24 deletions trunk/include/asm-h8300/ide.h

This file was deleted.

22 changes: 0 additions & 22 deletions trunk/include/asm-ia64/ide.h

This file was deleted.

20 changes: 0 additions & 20 deletions trunk/include/asm-m32r/ide.h

This file was deleted.

21 changes: 0 additions & 21 deletions trunk/include/asm-sh/ide.h

This file was deleted.

18 changes: 0 additions & 18 deletions trunk/include/asm-x86/ide.h

This file was deleted.

21 changes: 0 additions & 21 deletions trunk/include/asm-xtensa/ide.h

This file was deleted.

6 changes: 6 additions & 0 deletions trunk/include/linux/ide.h
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,13 @@ static inline int __ide_default_irq(unsigned long base)
return 0;
}

#if defined(CONFIG_ARM) || defined(CONFIG_FRV) || defined(CONFIG_M68K) || \
defined(CONFIG_MIPS) || defined(CONFIG_MN10300) || defined(CONFIG_PARISC) \
|| defined(CONFIG_PPC) || defined(CONFIG_SPARC) || defined(CONFIG_SPARC64)
#include <asm/ide.h>
#else
#include <asm-generic/ide_iops.h>
#endif

#ifndef MAX_HWIFS
#if defined(CONFIG_BLACKFIN) || defined(CONFIG_H8300) || defined(CONFIG_XTENSA)
Expand Down

0 comments on commit dc7d718

Please sign in to comment.