aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/oprofile.h
diff options
context:
space:
mode:
authorRobert Richter <robert.richter@amd.com>2009-05-07 09:09:33 -0400
committerRobert Richter <robert.richter@amd.com>2009-06-11 10:10:11 -0400
commit0dc8335aa3e59f1adbb0fce7c9c0b342146cd036 (patch)
tree7935f7c4f9ada6d46ade072521a1719436b8c526 /include/linux/oprofile.h
parent06552ccc36abeb12e37efc16c384dc7f30794f85 (diff)
oprofile: remove irq_flags in struct op_entry
This became obsolete with this commit: 304cc6a ring_buffer: remove unused flags parameter, fix Signed-off-by: Robert Richter <robert.richter@amd.com>
Diffstat (limited to 'include/linux/oprofile.h')
-rw-r--r--include/linux/oprofile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/oprofile.h b/include/linux/oprofile.h
index 1d9518bc4c58..dbbe2dbc4418 100644
--- a/include/linux/oprofile.h
+++ b/include/linux/oprofile.h
@@ -171,7 +171,6 @@ struct op_sample;
171struct op_entry { 171struct op_entry {
172 struct ring_buffer_event *event; 172 struct ring_buffer_event *event;
173 struct op_sample *sample; 173 struct op_sample *sample;
174 unsigned long irq_flags;
175 unsigned long size; 174 unsigned long size;
176 unsigned long *data; 175 unsigned long *data;
177}; 176};