Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172022
b: refs/heads/master
c: 744093c
h: refs/heads/master
v: v3
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Nov 30, 2009
1 parent d267035 commit ce33080
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c383b53729a9bbbceee132a85955d084ba00ca3a
refs/heads/master: 744093c98363f8a65853aed39708c9effc80f8ff
2 changes: 1 addition & 1 deletion trunk/drivers/net/sfc/efx.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "net_driver.h"
#include "efx.h"
#include "mdio_10g.h"
#include "falcon.h"
#include "nic.h"

/**************************************************************************
*
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/sfc/ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/sfc/falcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/sfc/falcon_boards.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/sfc/falcon_gmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/sfc/falcon_xmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/sfc/mdio_10g.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/sfc/mtd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 */
2 changes: 1 addition & 1 deletion trunk/drivers/net/sfc/qt202x_phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 | \
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/sfc/rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/sfc/selftest.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/sfc/tenxpress.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/sfc/tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include <linux/highmem.h>
#include "net_driver.h"
#include "efx.h"
#include "falcon.h"
#include "nic.h"
#include "workarounds.h"

/*
Expand Down

0 comments on commit ce33080

Please sign in to comment.