Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116320
b: refs/heads/master
c: 30c7ed5
h: refs/heads/master
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Oct 17, 2008
1 parent 2b17ed2 commit 574c0e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 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: 2a2267e7b11fa2de95bfb707c85f2a9880e5206a
refs/heads/master: 30c7ed5aba72bb7357282cf8f411b2e74d82081c
10 changes: 1 addition & 9 deletions trunk/include/asm-frv/ide.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,7 @@
#include <asm/io.h>
#include <asm/irq.h>

/****************************************************************************/
/*
* some bits needed for parts of the IDE subsystem to compile
*/
#define __ide_mm_insw(port, addr, n) insw((unsigned long) (port), addr, n)
#define __ide_mm_insl(port, addr, n) insl((unsigned long) (port), addr, n)
#define __ide_mm_outsw(port, addr, n) outsw((unsigned long) (port), addr, n)
#define __ide_mm_outsl(port, addr, n) outsl((unsigned long) (port), addr, n)

#include <asm-generic/ide_iops.h>

#endif /* __KERNEL__ */
#endif /* _ASM_IDE_H */

0 comments on commit 574c0e9

Please sign in to comment.