aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2014-07-23 13:22:59 +0200
committerThomas Gleixner <tglx@linutronix.de>2014-07-23 13:27:23 +0200
commit1af447bd8cbfb808a320885d214555fb2d32e6e6 (patch)
tree8b24a66b9d66b25479ffff4999a2d5ec9ffb0010 /lib
parenttimerfd: Implement timerfd_ioctl method to restore timerfd_ctx::ticks, v3 (diff)
parentclocksource: exynos_mct: Only use 32-bits where possible (diff)
Merge branch 'clockevents/3.17' of git://git.linaro.org/people/daniel.lezcano/linux into timers/core
Pull clockevents from Danel Lezcano: * New timer driver for the Cirrus Logic CLPS711X SoC * New driver for the Mediatek SoC which includes: * A new function for of, acked by Rob Herring * Move the PXA driver to drivers/clocksource, add DT support * Optimization of the exynos_mct driver * DT support for the renesas timers family. * Some Kconfig and driver fixlets
Diffstat (limited to 'lib')
-rw-r--r--lib/devres.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/devres.c b/lib/devres.c
index f562bf6ff71d..bb632484a860 100644
--- a/lib/devres.c
+++ b/lib/devres.c
@@ -86,8 +86,6 @@ void devm_iounmap(struct device *dev, void __iomem *addr)
}
EXPORT_SYMBOL(devm_iounmap);
-#define IOMEM_ERR_PTR(err) (__force void __iomem *)ERR_PTR(err)
-
/**
* devm_ioremap_resource() - check, request region, and ioremap resource
* @dev: generic device to handle the resource for