浏览代码

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 <robert.richter@amd.com>
Robert Richter 16 年之前
父节点
当前提交
0dc8335aa3
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      include/linux/oprofile.h

+ 0 - 1
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;
 };