diff options
Diffstat (limited to 'drivers/net/mv643xx_eth.h')
-rw-r--r-- | drivers/net/mv643xx_eth.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/mv643xx_eth.h b/drivers/net/mv643xx_eth.h index f2e5da79dde8..a553054e8da7 100644 --- a/drivers/net/mv643xx_eth.h +++ b/drivers/net/mv643xx_eth.h | |||
@@ -321,10 +321,6 @@ struct mv643xx_mib_counters { | |||
321 | 321 | ||
322 | struct mv643xx_private { | 322 | struct mv643xx_private { |
323 | int port_num; /* User Ethernet port number */ | 323 | int port_num; /* User Ethernet port number */ |
324 | u32 port_config; /* User port configuration value*/ | ||
325 | u32 port_config_extend; /* User port config extend value*/ | ||
326 | u32 port_sdma_config; /* User port SDMA config value */ | ||
327 | u32 port_serial_control; /* User port serial control value */ | ||
328 | u32 port_tx_queue_command; /* Port active Tx queues summary*/ | 324 | u32 port_tx_queue_command; /* Port active Tx queues summary*/ |
329 | u32 port_rx_queue_command; /* Port active Rx queues summary*/ | 325 | u32 port_rx_queue_command; /* Port active Rx queues summary*/ |
330 | 326 | ||