Commit f99f2cc9363a08cdbd6cfbe3f29234e3235d05e8

Authored by Ralf Baechle
1 parent eae5fdc3e5

[MIPS] Sibyte: Fix name of clocksource.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/mips/kernel/csrc-sb1250.c
... ... @@ -43,7 +43,7 @@
43 43 }
44 44  
45 45 struct clocksource bcm1250_clocksource = {
46   - .name = "MIPS",
  46 + .name = "bcm1250-counter-3",
47 47 .rating = 200,
48 48 .read = sb1250_hpt_read,
49 49 .mask = CLOCKSOURCE_MASK(23),