summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/clocksource.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-pxa/clocksource.c')
-rw-r--r--arch/arm/mach-pxa/clocksource.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/clocksource.c b/arch/arm/mach-pxa/clocksource.c
index ebfe6f1c33..3bc95827d8 100644
--- a/arch/arm/mach-pxa/clocksource.c
+++ b/arch/arm/mach-pxa/clocksource.c
@@ -28,6 +28,7 @@ static struct clocksource cs = {
.read = pxa_clocksource_read,
.mask = 0xffffffff,
.shift = 20,
+ .priority = 80,
};
static int clocksource_init(void)