From: Tobias Klauser Date: Wed, 9 Sep 2009 01:07:43 +0000 (+0000) Subject: dm9000: Use resource_size instead of private macro X-Git-Tag: v2.6.32-rc1~703^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec282e9225be924479d4880b51f13524795bd8d3;p=pandora-kernel.git dm9000: Use resource_size instead of private macro 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed