aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/oprofile/op_counter.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/oprofile/op_counter.h')
-rw-r--r--arch/arm/oprofile/op_counter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/oprofile/op_counter.h b/arch/arm/oprofile/op_counter.h
index 153c1d467f24..8c5351d751cf 100644
--- a/arch/arm/oprofile/op_counter.h
+++ b/arch/arm/oprofile/op_counter.h
@@ -24,6 +24,6 @@ struct op_counter_config {
unsigned long user;
};
-extern struct op_counter_config counter_config[];
+extern struct op_counter_config *counter_config;
#endif /* OP_COUNTER_H */