]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
devres: remove devm_request_and_ioremap()
authorJingoo Han <jg1.han@samsung.com>
Wed, 11 Jun 2014 05:00:05 +0000 (14:00 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Jun 2014 03:01:36 +0000 (20:01 -0700)
commitc9d53c0f2d23c792e4b9cf1551b63de4516f839e
tree0d3c822d06e99c37998aaa89a86696ba800871fb
parent7171511eaec5bf23fb06078f59784a3a0626b38f
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 <jg1.han@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/driver-model/devres.txt
drivers/bus/brcmstb_gisb.c
drivers/gpu/drm/armada/armada_crtc.c
include/linux/device.h
lib/devres.c
scripts/coccinelle/api/devm_ioremap_resource.cocci [deleted file]