.. | .. |
---|
28 | 28 | #include <linux/dma-mapping.h> |
---|
29 | 29 | #include <linux/of.h> |
---|
30 | 30 | #include <linux/of_device.h> |
---|
| 31 | +#include <linux/pgtable.h> |
---|
31 | 32 | |
---|
32 | 33 | #include <asm/io.h> |
---|
33 | 34 | #include <asm/dma.h> |
---|
.. | .. |
---|
36 | 37 | #include <asm/openprom.h> |
---|
37 | 38 | #include <asm/oplib.h> |
---|
38 | 39 | #include <asm/auxio.h> |
---|
39 | | -#include <asm/pgtable.h> |
---|
40 | 40 | #include <asm/irq.h> |
---|
41 | 41 | |
---|
42 | 42 | #include "sunqe.h" |
---|
.. | .. |
---|
544 | 544 | qep->tx_old = elem; |
---|
545 | 545 | } |
---|
546 | 546 | |
---|
547 | | -static void qe_tx_timeout(struct net_device *dev) |
---|
| 547 | +static void qe_tx_timeout(struct net_device *dev, unsigned int txqueue) |
---|
548 | 548 | { |
---|
549 | 549 | struct sunqe *qep = netdev_priv(dev); |
---|
550 | 550 | int tx_full; |
---|