[ARM] Oprofile: dynamically allocate counter_config
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
committed by
Russell King
parent
93ad79496c
commit
ae92dc9f7b
@ -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 */
|
||||
|
Reference in New Issue
Block a user