Commit 3e854361 authored by Mark Einon's avatar Mark Einon Committed by Greg Kroah-Hartman

staging: et131x: Remove redundant commented out code

Removed commented out calls that no longer exist in the net_device struct.
Signed-off-by: default avatarMark Einon <mark.einon@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 6a342657
...@@ -671,8 +671,7 @@ struct net_device *et131x_device_alloc(void) ...@@ -671,8 +671,7 @@ struct net_device *et131x_device_alloc(void)
/* Setup the function registration table (and other data) for a /* Setup the function registration table (and other data) for a
* net_device * net_device
*/ */
/* netdev->init = &et131x_init; */
/* netdev->set_config = &et131x_config; */
netdev->watchdog_timeo = ET131X_TX_TIMEOUT; netdev->watchdog_timeo = ET131X_TX_TIMEOUT;
netdev->netdev_ops = &et131x_netdev_ops; netdev->netdev_ops = &et131x_netdev_ops;
......
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