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

This gets rid of a compile warning.

- Dave
--- ./drivers/usb-dist/net/cdc-ether.c  Sun May 26 15:55:03 2002
+++ ./drivers/usb/net/cdc-ether.c       Sun Jun  9 16:59:46 2002
@@ -411,6 +411,7 @@
        }
 }
 
+#if 0
 static void CDC_SetEthernetPacketFilter (ether_dev_t *ether_dev)
 {
        usb_control_msg(ether_dev->usb,
@@ -423,6 +424,7 @@
                        0, /* size */
                        HZ); /* timeout */
 }      
+#endif
 
 
 static void CDCEther_set_multicast( struct net_device *net )

Reply via email to