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.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-pxa/clocksource.c b/arch/arm/mach-pxa/clocksource.c
index 5a890acb3c..3bc95827d8 100644
--- a/arch/arm/mach-pxa/clocksource.c
+++ b/arch/arm/mach-pxa/clocksource.c
@@ -1,9 +1,6 @@
/*
* (C) Copyright 2009 Sascha Hauer <s.hauer@pengutronix.de>
*
- * See file CREDITS for list of people who contributed to this
- * project.
- *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
@@ -31,6 +28,7 @@ static struct clocksource cs = {
.read = pxa_clocksource_read,
.mask = 0xffffffff,
.shift = 20,
+ .priority = 80,
};
static int clocksource_init(void)