Skip to content

Commit 839a301

Browse files
author
Christoph Hellwig
committed
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>
1 parent 83af187 commit 839a301

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/linux/irq_poll.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ typedef int (irq_poll_fn)(struct irq_poll *, int);
77
struct irq_poll {
88
struct list_head list;
99
unsigned long state;
10-
unsigned long data;
1110
int weight;
12-
int max;
1311
irq_poll_fn *poll;
1412
};
1513

0 commit comments

Comments
 (0)