|
|
@@ -166,6 +166,7 @@ static struct platform_driver tsi_eth_driver = {
|
|
|
|
|
|
static void tsi108_timed_checker(unsigned long dev_ptr);
|
|
|
|
|
|
+#ifdef DEBUG
|
|
|
static void dump_eth_one(struct net_device *dev)
|
|
|
{
|
|
|
struct tsi108_prv_data *data = netdev_priv(dev);
|
|
|
@@ -190,6 +191,7 @@ static void dump_eth_one(struct net_device *dev)
|
|
|
TSI_READ(TSI108_EC_RXESTAT),
|
|
|
TSI_READ(TSI108_EC_RXERR), data->rxpending);
|
|
|
}
|
|
|
+#endif
|
|
|
|
|
|
/* Synchronization is needed between the thread and up/down events.
|
|
|
* Note that the PHY is accessed through the same registers for both
|