summaryrefslogtreecommitdiff
path: root/drivers/misc/tegra-profiler/hrt.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/tegra-profiler/hrt.h')
-rw-r--r--drivers/misc/tegra-profiler/hrt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/tegra-profiler/hrt.h b/drivers/misc/tegra-profiler/hrt.h
index 3361c61e6f3f..9fd9c97d238a 100644
--- a/drivers/misc/tegra-profiler/hrt.h
+++ b/drivers/misc/tegra-profiler/hrt.h
@@ -42,7 +42,7 @@ struct quadd_cpu_context {
struct timecounter;
struct quadd_hrt_ctx {
- struct quadd_cpu_context * __percpu cpu_ctx;
+ struct quadd_cpu_context __percpu *cpu_ctx;
u64 sample_period;
unsigned long low_addr;