aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/net_driver.h
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2009-11-23 11:06:02 -0500
committerDavid S. Miller <davem@davemloft.net>2009-11-24 13:58:52 -0500
commite775fb93a880d218ce0b3fd405278dd78f86c405 (patch)
tree5f5c31161f7f11a9611481396de92964e2fdaaae /drivers/net/sfc/net_driver.h
parent3759433db2f7340ddec3abd55ebb1178600d014e (diff)
sfc: Move all I2C stuff into struct falcon_board
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/sfc/net_driver.h')
-rw-r--r--drivers/net/sfc/net_driver.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/sfc/net_driver.h b/drivers/net/sfc/net_driver.h
index fdc9e157e513..55d45a77a107 100644
--- a/drivers/net/sfc/net_driver.h
+++ b/drivers/net/sfc/net_driver.h
@@ -639,7 +639,6 @@ union efx_multicast_hash {
639 * @interrupt_mode: Interrupt mode 639 * @interrupt_mode: Interrupt mode
640 * @irq_rx_adaptive: Adaptive IRQ moderation enabled for RX event queues 640 * @irq_rx_adaptive: Adaptive IRQ moderation enabled for RX event queues
641 * @irq_rx_moderation: IRQ moderation time for RX event queues 641 * @irq_rx_moderation: IRQ moderation time for RX event queues
642 * @i2c_adap: I2C adapter
643 * @state: Device state flag. Serialised by the rtnl_lock. 642 * @state: Device state flag. Serialised by the rtnl_lock.
644 * @reset_pending: Pending reset method (normally RESET_TYPE_NONE) 643 * @reset_pending: Pending reset method (normally RESET_TYPE_NONE)
645 * @tx_queue: TX DMA queues 644 * @tx_queue: TX DMA queues
@@ -725,8 +724,6 @@ struct efx_nic {
725 bool irq_rx_adaptive; 724 bool irq_rx_adaptive;
726 unsigned int irq_rx_moderation; 725 unsigned int irq_rx_moderation;
727 726
728 struct i2c_adapter i2c_adap;
729
730 enum nic_state state; 727 enum nic_state state;
731 enum reset_type reset_pending; 728 enum reset_type reset_pending;
732 729