Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33511
b: refs/heads/master
c: 7e29f8b
h: refs/heads/master
i:
  33509: 0ea4843
  33507: 02b13d4
  33503: 7f8ca0b
v: v3
  • Loading branch information
David Brownell authored and Jeff Garzik committed Aug 19, 2006
1 parent ffe4c43 commit 6886bbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: b933b4d93888b584eda826bffa68a3a1283f8411
refs/heads/master: 7e29f8bf39de372e3903a0b12f34285d30a8a244
6 changes: 0 additions & 6 deletions trunk/drivers/net/smc91x.h
Original file line number Diff line number Diff line change
Expand Up @@ -184,16 +184,10 @@ SMC_outw(u16 val, void __iomem *ioaddr, int reg)
#define SMC_IO_SHIFT 0
#define SMC_NOWAIT 1

#define SMC_inb(a, r) readb((a) + (r))
#define SMC_outb(v, a, r) writeb(v, (a) + (r))
#define SMC_inw(a, r) readw((a) + (r))
#define SMC_outw(v, a, r) writew(v, (a) + (r))
#define SMC_insw(a, r, p, l) readsw((a) + (r), p, l)
#define SMC_outsw(a, r, p, l) writesw((a) + (r), p, l)
#define SMC_inl(a, r) readl((a) + (r))
#define SMC_outl(v, a, r) writel(v, (a) + (r))
#define SMC_insl(a, r, p, l) readsl((a) + (r), p, l)
#define SMC_outsl(a, r, p, l) writesl((a) + (r), p, l)

#include <asm/mach-types.h>
#include <asm/arch/cpu.h>
Expand Down

0 comments on commit 6886bbe

Please sign in to comment.