OSDN Git Service

irq_poll: remove unused data and max fields
authorChristoph Hellwig <hch@lst.de>
Mon, 7 Dec 2015 14:57:52 +0000 (06:57 -0800)
committerChristoph Hellwig <hch@lst.de>
Fri, 11 Dec 2015 19:52:29 +0000 (11:52 -0800)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com>
include/linux/irq_poll.h

index 8c4b408..3e8c1b8 100644 (file)
@@ -7,9 +7,7 @@ typedef int (irq_poll_fn)(struct irq_poll *, int);
 struct irq_poll {
        struct list_head list;
        unsigned long state;
-       unsigned long data;
        int weight;
-       int max;
        irq_poll_fn *poll;
 };