Commit 84b709d3 authored by Christophe JAILLET's avatar Christophe JAILLET Committed by Jakub Kicinski
Browse files
parent 690bf643
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -34,8 +34,8 @@ struct ax_plat_data {
			const unsigned char *buf, int star_page);
	void (*block_input)(struct net_device *dev, int count,
			struct sk_buff *skb, int ring_offset);
	/* returns nonzero if a pending interrupt request might by caused by
	 * the ax88786. Handles all interrupts if set to NULL
	/* returns nonzero if a pending interrupt request might be caused by
	 * the ax88796. Handles all interrupts if set to NULL
	 */
	int (*check_irq)(struct platform_device *pdev);
};