commit | 6f0e013548fd15fddb952f657a3cc81282641191 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Wed Sep 09 01:41:30 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 09 01:41:30 2009 -0700 |
tree | d8b910dcdc8fb411518ad9ff088dead5259df81d | |
parent | 3a5f29c1dbe5814349efacdea483079c470dcc38 [diff] |
niu: Use resource_size instead of private function The function res_size in drivers/net/niu.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>