Skip to content

Commit

Permalink
irq_poll: remove unused data and max fields
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com>
  • Loading branch information
Christoph Hellwig committed Dec 11, 2015
1 parent 83af187 commit 839a301
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/irq_poll.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit 839a301

Please sign in to comment.