sfc: Rename falcon.h to nic.h
nic.h is no longer specific to Falcon. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
c383b53729
commit
744093c983
|
@ -23,7 +23,7 @@
|
|||
#include "net_driver.h"
|
||||
#include "efx.h"
|
||||
#include "mdio_10g.h"
|
||||
#include "falcon.h"
|
||||
#include "nic.h"
|
||||
|
||||
/**************************************************************************
|
||||
*
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include "workarounds.h"
|
||||
#include "selftest.h"
|
||||
#include "efx.h"
|
||||
#include "falcon.h"
|
||||
#include "nic.h"
|
||||
#include "spi.h"
|
||||
#include "mdio_10g.h"
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#include "efx.h"
|
||||
#include "mac.h"
|
||||
#include "spi.h"
|
||||
#include "falcon.h"
|
||||
#include "nic.h"
|
||||
#include "regs.h"
|
||||
#include "io.h"
|
||||
#include "mdio_10g.h"
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#include "net_driver.h"
|
||||
#include "phy.h"
|
||||
#include "efx.h"
|
||||
#include "falcon.h"
|
||||
#include "nic.h"
|
||||
#include "regs.h"
|
||||
#include "io.h"
|
||||
#include "workarounds.h"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#include <linux/delay.h>
|
||||
#include "net_driver.h"
|
||||
#include "efx.h"
|
||||
#include "falcon.h"
|
||||
#include "nic.h"
|
||||
#include "mac.h"
|
||||
#include "regs.h"
|
||||
#include "io.h"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#include <linux/delay.h>
|
||||
#include "net_driver.h"
|
||||
#include "efx.h"
|
||||
#include "falcon.h"
|
||||
#include "nic.h"
|
||||
#include "regs.h"
|
||||
#include "io.h"
|
||||
#include "mac.h"
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include "net_driver.h"
|
||||
#include "mdio_10g.h"
|
||||
#include "workarounds.h"
|
||||
#include "falcon.h"
|
||||
#include "nic.h"
|
||||
|
||||
unsigned efx_mdio_id_oui(u32 id)
|
||||
{
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include "net_driver.h"
|
||||
#include "spi.h"
|
||||
#include "efx.h"
|
||||
#include "falcon.h"
|
||||
#include "nic.h"
|
||||
|
||||
#define EFX_SPI_VERIFY_BUF_LEN 16
|
||||
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
* by the Free Software Foundation, incorporated herein by reference.
|
||||
*/
|
||||
|
||||
#ifndef EFX_FALCON_H
|
||||
#define EFX_FALCON_H
|
||||
#ifndef EFX_NIC_H
|
||||
#define EFX_NIC_H
|
||||
|
||||
#include <linux/i2c-algo-bit.h>
|
||||
#include "net_driver.h"
|
||||
|
@ -235,4 +235,4 @@ extern void efx_nic_generate_event(struct efx_channel *channel,
|
|||
|
||||
extern void falcon_poll_xmac(struct efx_nic *efx);
|
||||
|
||||
#endif /* EFX_FALCON_H */
|
||||
#endif /* EFX_NIC_H */
|
|
@ -15,7 +15,7 @@
|
|||
#include "efx.h"
|
||||
#include "mdio_10g.h"
|
||||
#include "phy.h"
|
||||
#include "falcon.h"
|
||||
#include "nic.h"
|
||||
|
||||
#define QT202X_REQUIRED_DEVS (MDIO_DEVS_PCS | \
|
||||
MDIO_DEVS_PMAPMD | \
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <net/checksum.h>
|
||||
#include "net_driver.h"
|
||||
#include "efx.h"
|
||||
#include "falcon.h"
|
||||
#include "nic.h"
|
||||
#include "selftest.h"
|
||||
#include "workarounds.h"
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include <asm/io.h>
|
||||
#include "net_driver.h"
|
||||
#include "efx.h"
|
||||
#include "falcon.h"
|
||||
#include "nic.h"
|
||||
#include "selftest.h"
|
||||
#include "workarounds.h"
|
||||
#include "spi.h"
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#include <linux/seq_file.h>
|
||||
#include "efx.h"
|
||||
#include "mdio_10g.h"
|
||||
#include "falcon.h"
|
||||
#include "nic.h"
|
||||
#include "phy.h"
|
||||
#include "regs.h"
|
||||
#include "workarounds.h"
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include <linux/highmem.h>
|
||||
#include "net_driver.h"
|
||||
#include "efx.h"
|
||||
#include "falcon.h"
|
||||
#include "nic.h"
|
||||
#include "workarounds.h"
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue