MIPS: Stop using <asm-generic/int-l64.h>.
This fixes a few warnings - and triggers a few new ones which the rest of this patch fixes. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -398,7 +398,7 @@ static void meth_rx(struct net_device* dev, unsigned long int_status)
|
||||
int len = (status & 0xffff) - 4; /* omit CRC */
|
||||
/* length sanity check */
|
||||
if (len < 60 || len > 1518) {
|
||||
printk(KERN_DEBUG "%s: bogus packet size: %ld, status=%#2lx.\n",
|
||||
printk(KERN_DEBUG "%s: bogus packet size: %ld, status=%#2Lx.\n",
|
||||
dev->name, priv->rx_write,
|
||||
priv->rx_ring[priv->rx_write]->status.raw);
|
||||
dev->stats.rx_errors++;
|
||||
|
Reference in New Issue
Block a user