浏览代码

irq_poll: remove unused data and max fields

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com>
Christoph Hellwig 9 年之前
父节点
当前提交
839a301dc2
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      include/linux/irq_poll.h

+ 0 - 2
include/linux/irq_poll.h

@@ -7,9 +7,7 @@ typedef int (irq_poll_fn)(struct irq_poll *, int);
 struct irq_poll {
 struct irq_poll {
 	struct list_head list;
 	struct list_head list;
 	unsigned long state;
 	unsigned long state;
-	unsigned long data;
 	int weight;
 	int weight;
-	int max;
 	irq_poll_fn *poll;
 	irq_poll_fn *poll;
 };
 };