forked from Minki/linux
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>
This commit is contained in:
parent
83af187d1b
commit
839a301dc2
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user