Re: [PATCH] devres: remove devm_request_and_ioremap()

From: 'Greg Kroah-Hartman'
Date: Wed Jun 11 2014 - 11:23:28 EST


On Wed, Jun 11, 2014 at 02:00:05PM +0900, Jingoo Han wrote:
> 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@xxxxxxxxxxx>
> ---
> Based-on the latest linux kernel
> (dfb9454 Merge git://www.linux-watchdog.org/linux-watchdog)
>
> Documentation/driver-model/devres.txt | 1 -
> drivers/bus/brcmstb_gisb.c | 6 +-
> drivers/gpu/drm/armada/armada_crtc.c | 8 +-
> include/linux/device.h | 2 -
> lib/devres.c | 28 ------
> scripts/coccinelle/api/devm_ioremap_resource.cocci | 90 --------------------
> 6 files changed, 6 insertions(+), 129 deletions(-)
> delete mode 100644 scripts/coccinelle/api/devm_ioremap_resource.cocci

Thanks, I'll queue it up after 3.16-rc1 is out.

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/