diff options
Diffstat (limited to 'arch/arm/oprofile/op_model_v7.h')
-rw-r--r-- | arch/arm/oprofile/op_model_v7.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/oprofile/op_model_v7.h b/arch/arm/oprofile/op_model_v7.h index 0e19bcc2e100..9ca334b39c75 100644 --- a/arch/arm/oprofile/op_model_v7.h +++ b/arch/arm/oprofile/op_model_v7.h | |||
@@ -97,7 +97,7 @@ | |||
97 | int armv7_setup_pmu(void); | 97 | int armv7_setup_pmu(void); |
98 | int armv7_start_pmu(void); | 98 | int armv7_start_pmu(void); |
99 | int armv7_stop_pmu(void); | 99 | int armv7_stop_pmu(void); |
100 | int armv7_request_interrupts(int *, int); | 100 | int armv7_request_interrupts(const int *, int); |
101 | void armv7_release_interrupts(int *, int); | 101 | void armv7_release_interrupts(const int *, int); |
102 | 102 | ||
103 | #endif | 103 | #endif |