diff --git a/drivers/hwtracing/coresight/coresight-trbe.c b/drivers/hwtracing/coresight/coresight-trbe.c index 41a012b525bb..a7484abda325 100644 --- a/drivers/hwtracing/coresight/coresight-trbe.c +++ b/drivers/hwtracing/coresight/coresight-trbe.c @@ -73,7 +73,7 @@ struct trbe_cpudata { struct trbe_drvdata { struct trbe_cpudata __percpu *cpudata; - struct perf_output_handle __percpu **handle; + struct perf_output_handle * __percpu *handle; struct hlist_node hotplug_node; int irq; cpumask_t supported_cpus;