fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / arch / arm / oprofile / op_counter.h
index 153c1d4..ca942a6 100644 (file)
@@ -10,8 +10,6 @@
 #ifndef OP_COUNTER_H
 #define OP_COUNTER_H
 
-#define OP_MAX_COUNTER 5
-
 /* Per performance monitor configuration as set via
  * oprofilefs.
  */
@@ -24,6 +22,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 */