diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-11-19 22:23:21 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-11-26 21:01:59 +0100 |
commit | 7172c19a2427da1d2507d19ca056157fd92490e7 (patch) | |
tree | 3f72a3ddf358462742153d4a9af472c43d76cd4f /include/linux/platform_data | |
parent | 8da15e17408c58ff45dc8e01dad8775246ef2220 (diff) | |
download | blackbird-op-linux-7172c19a2427da1d2507d19ca056157fd92490e7.tar.gz blackbird-op-linux-7172c19a2427da1d2507d19ca056157fd92490e7.zip |
clksrc: delete nomadik MTU non-DT boot path
Both platforms using the MTU (Nomadik and Ux500) have now been
converted to use device tree exclusively, thus let us delete
this platform data header and make this driver a fully
self-contained DT-only driver.
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Lee Jones <lee.jones@linaro.org>
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r-- | include/linux/platform_data/clocksource-nomadik-mtu.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/platform_data/clocksource-nomadik-mtu.h b/include/linux/platform_data/clocksource-nomadik-mtu.h deleted file mode 100644 index 80088973b734..000000000000 --- a/include/linux/platform_data/clocksource-nomadik-mtu.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef __PLAT_MTU_H -#define __PLAT_MTU_H - -void nmdk_timer_init(void __iomem *base, int irq); -void nmdk_clkevt_reset(void); -void nmdk_clksrc_reset(void); - -#endif /* __PLAT_MTU_H */ - |