From: Julia Lawall Date: Mon, 19 Aug 2013 11:20:39 +0000 (+0200) Subject: bcm63xx_enet: replace devm_request_and_ioremap by devm_ioremap_resource X-Git-Tag: v3.12-rc1~132^2~238 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f607e059505cd3c3e96096d09f5882eb6421320a;p=pandora-kernel.git bcm63xx_enet: replace devm_request_and_ioremap by devm_ioremap_resource Use devm_ioremap_resource instead of devm_request_and_ioremap. This was done using the semantic patch scripts/coccinelle/api/devm_ioremap_resource.cocci The relevant call to platform_get_resource was manually moved down to the call to devm_ioremap_resource. Signed-off-by: Julia Lawall Signed-off-by: David S. Miller --- Reading git-diff-tree failed