Skip to content
Snippets Groups Projects
Commit 0dc8335a authored by Robert Richter's avatar Robert Richter
Browse files

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
Branches
Tags
No related merge requests found
......@@ -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;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment