From: Jingoo Han Date: Wed, 11 Jun 2014 05:00:05 +0000 (+0900) Subject: devres: remove devm_request_and_ioremap() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~167^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9d53c0f2d23c792e4b9cf1551b63de4516f839e;p=pandora-kernel.git devres: remove devm_request_and_ioremap() devm_request_and_ioremap() was obsoleted by the commit 7509657 ("lib: devres: Introduce devm_ioremap_resource()") and has been deprecated for a long time. So, let's remove this function. In addition, all usages of devm_request_and_ioremap() are also removed. Signed-off-by: Jingoo Han Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed