devm_request_and_ioremap is now obsolete and is replaced by devm_ioremap_resource. Update the remaining places where devm_request_and_ioremap is still used and remove its definition.
The patches are based on next-20131030. Tushar Behera (5): MIPS: ralink: Use devm_ioremap_resource DRM: Armada: Use devm_ioremap_resource iommu/arm-smmu: Use devm_ioremap_resource watchdog: ralink: Use devm_ioremap_resource lib: devres: Remove deprecated devm_request_and_ioremap Documentation/driver-model/devres.txt | 1 - arch/mips/ralink/timer.c | 2 +- drivers/gpu/drm/armada/armada_crtc.c | 8 +++----- drivers/iommu/arm-smmu.c | 6 +++--- drivers/watchdog/rt2880_wdt.c | 2 +- include/linux/device.h | 2 -- lib/devres.c | 28 ---------------------------- 7 files changed, 8 insertions(+), 41 deletions(-) CC: dri-de...@lists.freedesktop.org CC: io...@lists.linux-foundation.org CC: linux-arm-ker...@lists.infradead.org CC: linux-...@vger.kernel.org CC: linux-m...@linux-mips.org CC: linux-watch...@vger.kernel.org CC: David Airlie <airl...@linux.ie> CC: Greg Kroah-Hartman <gre...@linuxfoundation.org> CC: Joerg Roedel <j...@8bytes.org> CC: John Crispin <blo...@openwrt.org> CC: Ralf Baechle <r...@linux-mips.org> CC: Rob Landley <r...@landley.net> CC: Russell King <rmk+ker...@arm.linux.org.uk> CC: Will Deacon <will.dea...@arm.com> CC: Wim Van Sebroeck <w...@iguana.be> -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/