Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18522
b: refs/heads/master
c: 580d7b8
h: refs/heads/master
v: v3
  • Loading branch information
Lennert Buytenhek authored and Linus Torvalds committed Jan 15, 2006
1 parent 0fa1b70 commit 6267170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 032874e49271f8c9c53c137cb60cf12617a953a0
refs/heads/master: 580d7b8cc59d68a3d26bfcc64c2053b464782c9a
4 changes: 1 addition & 3 deletions trunk/drivers/net/cs89x0.c
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,7 @@ writeword(unsigned long base_addr, int portno, int value)
{
__raw_writel((u16)value, base_addr + (portno << 1));
}
#else
#if defined(CONFIG_ARCH_PNX010X)
#elif defined(CONFIG_ARCH_PNX010X)
static int
readword(unsigned long base_addr, int portno)
{
Expand All @@ -379,7 +378,6 @@ writeword(unsigned long base_addr, int portno, int value)
outw(value, base_addr + portno);
}
#endif
#endif

static void
readwords(unsigned long base_addr, int portno, void *buf, int length)
Expand Down

0 comments on commit 6267170

Please sign in to comment.