Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
};