diff options
author | Fabio Baltieri <fabio.baltieri@linaro.org> | 2013-01-21 07:09:32 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-05-27 08:05:54 -0400 |
commit | 807eba55f73e98b76d0afdc197d942c46122bdca (patch) | |
tree | 134fd7f4f26fcea19248c3b5fa08afceb317d709 | |
parent | 530282278bc8ceca122f75c2f1c7f77f28aecc89 (diff) |
clocksource: dbx500-prcmu: comment cleanup
Remove references to the deprecated DB5500 platform.
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Fabio Baltieri <fabio.baltieri@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | drivers/clocksource/clksrc-dbx500-prcmu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/clksrc-dbx500-prcmu.c b/drivers/clocksource/clksrc-dbx500-prcmu.c index 138c5a579550..77398f8c19a0 100644 --- a/drivers/clocksource/clksrc-dbx500-prcmu.c +++ b/drivers/clocksource/clksrc-dbx500-prcmu.c | |||
@@ -10,7 +10,7 @@ | |||
10 | * DBx500-PRCMU Timer | 10 | * DBx500-PRCMU Timer |
11 | * The PRCMU has 5 timers which are available in a always-on | 11 | * The PRCMU has 5 timers which are available in a always-on |
12 | * power domain. We use the Timer 4 for our always-on clock | 12 | * power domain. We use the Timer 4 for our always-on clock |
13 | * source on DB8500 and Timer 3 on DB5500. | 13 | * source on DB8500. |
14 | */ | 14 | */ |
15 | #include <linux/clockchips.h> | 15 | #include <linux/clockchips.h> |
16 | #include <linux/clksrc-dbx500-prcmu.h> | 16 | #include <linux/clksrc-dbx500-prcmu.h> |