git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07fcb04
)
dm9000: Use resource_size instead of private macro
author
Tobias Klauser
<tklauser@distanz.ch>
Wed, 9 Sep 2009 01:07:43 +0000
(
01:07
+0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 10 Sep 2009 01:54:49 +0000
(18:54 -0700)
The macro res_size in drivers/net/dm9000.c is a copy of resource_size in
linux/ioport.h. Remove the function and use resource_size instead.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found