Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 839a301d authored by Christoph Hellwig's avatar Christoph Hellwig
Browse files

irq_poll: remove unused data and max fields

parent 83af187d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;
};