diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-03-16 11:32:51 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-03-21 23:30:02 +0000 |
commit | ae92dc9f7bc9018f1d043f102747a1f1e4dd96fb (patch) | |
tree | badf1461067e30a7ee39100ca23b7ce1772773b3 /arch/arm/oprofile/op_counter.h | |
parent | 93ad79496c8831552d5f8ca7c182f149cc3cf19a (diff) | |
download | linux-ae92dc9f7bc9018f1d043f102747a1f1e4dd96fb.tar.bz2 |
[ARM] Oprofile: dynamically allocate counter_config
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/oprofile/op_counter.h')
-rw-r--r-- | arch/arm/oprofile/op_counter.h | 2 |
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 */ |