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: [email protected] CC: [email protected] CC: [email protected] CC: [email protected] CC: [email protected] CC: [email protected] CC: David Airlie <[email protected]> CC: Greg Kroah-Hartman <[email protected]> CC: Joerg Roedel <[email protected]> CC: John Crispin <[email protected]> CC: Ralf Baechle <[email protected]> CC: Rob Landley <[email protected]> CC: Russell King <[email protected]> CC: Will Deacon <[email protected]> CC: Wim Van Sebroeck <[email protected]> -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

