Commit d26d3094 authored by David Brownell's avatar David Brownell Committed by David S. Miller

[PATCH] cdc-ether, remove warning

One could get to like "KBUILD_VERBOSE=0 make" ... :)

This gets rid of a compile warning.
parent 278e1b61
......@@ -411,6 +411,7 @@ static int CDCEther_ioctl( struct net_device *net, struct ifreq *rq, int cmd )
}
}
#if 0
static void CDC_SetEthernetPacketFilter (ether_dev_t *ether_dev)
{
usb_control_msg(ether_dev->usb,
......@@ -423,6 +424,7 @@ static void CDC_SetEthernetPacketFilter (ether_dev_t *ether_dev)
0, /* size */
HZ); /* timeout */
}
#endif
static void CDCEther_set_multicast( struct net_device *net )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment