2.4.20pre5 trivial compiler warning fix for nmclan_cs.c

From: Andreas Steinmetz (ast@domdv.de)
Date: Thu Sep 05 2002 - 15:47:14 EST


the attached patch disables dead code in nmclan_cs.c and thus fixes a
compiler warning.

-- 
Andreas Steinmetz
D.O.M. Datenverarbeitung GmbH

--- drivers/net/pcmcia/nmclan_cs.c.orig 2002-09-05 22:43:00.000000000 +0200 +++ drivers/net/pcmcia/nmclan_cs.c 2002-09-05 22:44:21.000000000 +0200 @@ -1009,6 +1009,7 @@ return 0; } /* mace_close */ +#if 0 static int netdev_ethtool_ioctl (struct net_device *dev, void *useraddr) { u32 ethcmd; @@ -1068,6 +1069,7 @@ } return 0; } +#endif /* ---------------------------------------------------------------------------- mace_start_xmit

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Sep 07 2002 - 22:00:27 EST