diff options
author | Robert Richter <robert.richter@amd.com> | 2009-05-07 15:09:33 +0200 |
---|---|---|
committer | Robert Richter <robert.richter@amd.com> | 2009-06-11 16:10:11 +0200 |
commit | 0dc8335aa3e59f1adbb0fce7c9c0b342146cd036 (patch) | |
tree | 7935f7c4f9ada6d46ade072521a1719436b8c526 /include/linux/oprofile.h | |
parent | 06552ccc36abeb12e37efc16c384dc7f30794f85 (diff) | |
download | linux-3.10-0dc8335aa3e59f1adbb0fce7c9c0b342146cd036.tar.gz linux-3.10-0dc8335aa3e59f1adbb0fce7c9c0b342146cd036.tar.bz2 linux-3.10-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/oprofile.h b/include/linux/oprofile.h index 1d9518bc4c5..dbbe2dbc441 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; }; |