aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/perf_event.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arc/kernel/perf_event.c')
-rw-r--r--arch/arc/kernel/perf_event.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arc/kernel/perf_event.c b/arch/arc/kernel/perf_event.c
index 109118a4245e..165e0b604167 100644
--- a/arch/arc/kernel/perf_event.c
+++ b/arch/arc/kernel/perf_event.c
@@ -346,7 +346,7 @@ static int arc_pmu_device_probe(struct platform_device *pdev)
346 346
347#ifdef CONFIG_OF 347#ifdef CONFIG_OF
348static const struct of_device_id arc_pmu_match[] = { 348static const struct of_device_id arc_pmu_match[] = {
349 { .compatible = "snps,arc700-pmu" }, 349 { .compatible = "snps,arc700-pct" },
350 {}, 350 {},
351}; 351};
352MODULE_DEVICE_TABLE(of, arc_pmu_match); 352MODULE_DEVICE_TABLE(of, arc_pmu_match);
@@ -354,7 +354,7 @@ MODULE_DEVICE_TABLE(of, arc_pmu_match);
354 354
355static struct platform_driver arc_pmu_driver = { 355static struct platform_driver arc_pmu_driver = {
356 .driver = { 356 .driver = {
357 .name = "arc700-pmu", 357 .name = "arc700-pct",
358 .of_match_table = of_match_ptr(arc_pmu_match), 358 .of_match_table = of_match_ptr(arc_pmu_match),
359 }, 359 },
360 .probe = arc_pmu_device_probe, 360 .probe = arc_pmu_device_probe,