diff options
| author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-11-14 10:15:40 -0500 |
|---|---|---|
| committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-11-14 10:15:40 -0500 |
| commit | aa8d18731508bb0a16f69b77e5f4541f0d6fb553 (patch) | |
| tree | 4b777fabfdcbd2b246aa749879de65d0e2a559f7 | |
| parent | 6751718932be7325c898e5908daec2ee917afd09 (diff) | |
[ARM] Remove OP_MAX_COUNTER
OP_MAX_COUNTER never referenced, and is a reminant of an earlier
oprofile implementation. Remove it.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
| -rw-r--r-- | arch/arm/oprofile/op_counter.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/oprofile/op_counter.h b/arch/arm/oprofile/op_counter.h index 8c5351d751cf..ca942a63b52f 100644 --- a/arch/arm/oprofile/op_counter.h +++ b/arch/arm/oprofile/op_counter.h | |||
| @@ -10,8 +10,6 @@ | |||
| 10 | #ifndef OP_COUNTER_H | 10 | #ifndef OP_COUNTER_H |
| 11 | #define OP_COUNTER_H | 11 | #define OP_COUNTER_H |
| 12 | 12 | ||
| 13 | #define OP_MAX_COUNTER 5 | ||
| 14 | |||
| 15 | /* Per performance monitor configuration as set via | 13 | /* Per performance monitor configuration as set via |
| 16 | * oprofilefs. | 14 | * oprofilefs. |
| 17 | */ | 15 | */ |
