summaryrefslogtreecommitdiffstats
path: root/arch/x86/oprofile/op_x86_model.h
diff options
context:
space:
mode:
authorRobert Richter2009-07-09 12:33:41 +0200
committerRobert Richter2009-07-20 16:43:20 +0200
commit2904a527575344a804fdd82b1f8d09a8731d8d49 (patch)
tree808b583258aae2d22cc887a41c2a2f156b5799dd /arch/x86/oprofile/op_x86_model.h
parentx86/oprofile: Remove const qualifier from struct op_x86_model_spec (diff)
downloadkernel-qcow2-linux-2904a527575344a804fdd82b1f8d09a8731d8d49.tar.gz
kernel-qcow2-linux-2904a527575344a804fdd82b1f8d09a8731d8d49.tar.xz
kernel-qcow2-linux-2904a527575344a804fdd82b1f8d09a8731d8d49.zip
x86/oprofile: Remove unused num_virt_controls from struct op_x86_model_spec
The member num_virt_controls of struct op_x86_model_spec is not used. This patch removes it. Signed-off-by: Robert Richter <robert.richter@amd.com>
Diffstat (limited to 'arch/x86/oprofile/op_x86_model.h')
-rw-r--r--arch/x86/oprofile/op_x86_model.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/oprofile/op_x86_model.h b/arch/x86/oprofile/op_x86_model.h
index 0c886fa0369c..4e2e7c2c519f 100644
--- a/arch/x86/oprofile/op_x86_model.h
+++ b/arch/x86/oprofile/op_x86_model.h
@@ -37,7 +37,6 @@ struct op_x86_model_spec {
unsigned int num_counters;
unsigned int num_controls;
unsigned int num_virt_counters;
- unsigned int num_virt_controls;
u64 reserved;
u16 event_mask;
int (*init)(struct oprofile_operations *ops);