Commit 0dc8335a authored by Robert Richter's avatar Robert Richter

oprofile: remove irq_flags in struct op_entry

This became obsolete with this commit:

 304cc6ae ring_buffer: remove unused flags parameter, fix
Signed-off-by: default avatarRobert Richter <robert.richter@amd.com>
parent 06552ccc
......@@ -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;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment