summaryrefslogtreecommitdiff
path: root/overlay/gpu-perf.h
diff options
context:
space:
mode:
Diffstat (limited to 'overlay/gpu-perf.h')
-rw-r--r--overlay/gpu-perf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/gpu-perf.h b/overlay/gpu-perf.h
index 58bf3062..6a3e00d2 100644
--- a/overlay/gpu-perf.h
+++ b/overlay/gpu-perf.h
@@ -8,7 +8,7 @@ struct gpu_perf {
void **map;
struct gpu_perf_sample {
uint64_t id;
- int (*func)(struct gpu_perf *, void *);
+ int (*func)(struct gpu_perf *, const void *);
} *sample;
int flip_complete;