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 8c4b4087f1f2141223e4c81e3efc973b93421fe2..3e8c1b8fb9be283dbd9830d7c3b889a5dda96d2d 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;
 };
 
This page took 0.024866 seconds and 5 git commands to generate.