Skip to content

Commit

Permalink
staging: et131x: Remove header declaration of et131x_check_mii()
Browse files Browse the repository at this point in the history
et131x_check_mii no longer exists, remove its declaration from the header file

Signed-off-by: Mark Einon <mark.einon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Mark Einon authored and Greg Kroah-Hartman committed Sep 27, 2011
1 parent 7fabca4 commit 2c2815a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/et131x/et131x.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ int32_t et131x_mii_read(struct et131x_adapter *adapter,
u8 reg, u16 *value);
int32_t et131x_mii_write(struct et131x_adapter *adapter,
u8 reg, u16 value);
void et131x_mii_check(struct et131x_adapter *adapter,
u16 bmsr, u16 bmsr_ints);

int et131x_mdio_read(struct mii_bus *bus, int phy_addr, int reg);
int et131x_mdio_write(struct mii_bus *bus, int phy_addr, int reg, u16 value);
Expand Down

0 comments on commit 2c2815a

Please sign in to comment.