Loading include/linux/irq_poll.h +0 −2 Original line number Diff line number Diff line Loading @@ -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 Loading
include/linux/irq_poll.h +0 −2 Original line number Diff line number Diff line Loading @@ -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