aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/oprofile.h
diff options
context:
space:
mode:
authorRobert Richter <robert.richter@amd.com>2009-05-07 15:09:33 +0200
committerRobert Richter <robert.richter@amd.com>2009-06-11 16:10:11 +0200
commit0dc8335aa3e59f1adbb0fce7c9c0b342146cd036 (patch)
tree7935f7c4f9ada6d46ade072521a1719436b8c526 /include/linux/oprofile.h
parentx86/oprofile: minor style changes in struct op_x86_model_spec (diff)
downloadlinux-dev-0dc8335aa3e59f1adbb0fce7c9c0b342146cd036.tar.xz
linux-dev-0dc8335aa3e59f1adbb0fce7c9c0b342146cd036.zip
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;
struct op_entry {
struct ring_buffer_event *event;
struct op_sample *sample;
- unsigned long irq_flags;
unsigned long size;
unsigned long *data;
};