mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
[MIPS] Sibyte: Fix name of clocksource.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
eae5fdc3e5
commit
f99f2cc936
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ static cycle_t sb1250_hpt_read(void)
|
|||
}
|
||||
|
||||
struct clocksource bcm1250_clocksource = {
|
||||
.name = "MIPS",
|
||||
.name = "bcm1250-counter-3",
|
||||
.rating = 200,
|
||||
.read = sb1250_hpt_read,
|
||||
.mask = CLOCKSOURCE_MASK(23),
|
||||
|
|
Loading…
Reference in a new issue