sfc: Move definition of struct falcon_nic_data into falcon.h
This is preparation for moving Falcon-specific state required by other Falcon-specific code. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
278c0621fb
commit
5c16a96c4f
@ -14,7 +14,6 @@
|
||||
#include <linux/module.h>
|
||||
#include <linux/seq_file.h>
|
||||
#include <linux/i2c.h>
|
||||
#include <linux/i2c-algo-bit.h>
|
||||
#include <linux/mii.h>
|
||||
#include "net_driver.h"
|
||||
#include "bitfield.h"
|
||||
@ -33,16 +32,6 @@
|
||||
* present in SFE400X evaluation boards
|
||||
*/
|
||||
|
||||
/**
|
||||
* struct falcon_nic_data - Falcon NIC state
|
||||
* @pci_dev2: The secondary PCI device if present
|
||||
* @i2c_data: Operations and state for I2C bit-bashing algorithm
|
||||
*/
|
||||
struct falcon_nic_data {
|
||||
struct pci_dev *pci_dev2;
|
||||
struct i2c_algo_bit_data i2c_data;
|
||||
};
|
||||
|
||||
/**************************************************************************
|
||||
*
|
||||
* Configurable values
|
||||
|
Reference in New Issue
Block a user