From: Robert Richter Date: Thu, 7 May 2009 13:09:33 +0000 (+0200) Subject: oprofile: remove irq_flags in struct op_entry X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=0dc8335aa3e59f1adbb0fce7c9c0b342146cd036;p=deliverable%2Flinux.git 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 --- diff --git a/include/linux/oprofile.h b/include/linux/oprofile.h index 1d9518bc4c58..dbbe2dbc4418 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; };