diff options
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 2013-08-13 11:43:12 -0300 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2013-09-02 21:44:01 +0200 |
commit | 573145f08c2b92c45498468afbbba909f6ce6135 (patch) | |
tree | b04251a5544f8d1d42205fc069de801999ba6a50 /include | |
parent | 3579698e85ef9984e698ac3d8e2257a1adeeb722 (diff) | |
download | linux-stable-573145f08c2b92c45498468afbbba909f6ce6135.tar.gz linux-stable-573145f08c2b92c45498468afbbba909f6ce6135.tar.bz2 linux-stable-573145f08c2b92c45498468afbbba909f6ce6135.zip |
clocksource: armada-370-xp: Use CLOCKSOURCE_OF_DECLARE
This is almost cosmetic: we achieve a bit of consistency with
other clocksource drivers by using the CLOCKSOURCE_OF_DECLARE
macro for the boilerplate code.
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/time-armada-370-xp.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/include/linux/time-armada-370-xp.h b/include/linux/time-armada-370-xp.h deleted file mode 100644 index dfdfdc03115b..000000000000 --- a/include/linux/time-armada-370-xp.h +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Marvell Armada 370/XP SoC timer handling. - * - * Copyright (C) 2012 Marvell - * - * Lior Amsalem <alior@marvell.com> - * Gregory CLEMENT <gregory.clement@free-electrons.com> - * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> - * - */ -#ifndef __TIME_ARMADA_370_XPPRCMU_H -#define __TIME_ARMADA_370_XPPRCMU_H - -#include <linux/init.h> - -void __init armada_370_xp_timer_init(void); - -#endif |