Skip to content

Commit

Permalink
oprofile: remove irq_flags in struct op_entry
Browse files Browse the repository at this point in the history
This became obsolete with this commit:

 304cc6a ring_buffer: remove unused flags parameter, fix

Signed-off-by: Robert Richter <robert.richter@amd.com>
  • Loading branch information
Robert Richter committed Jun 11, 2009
1 parent 06552cc commit 0dc8335
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/oprofile.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit 0dc8335

Please sign in to comment.