Skip to content

Commit

Permalink
fs_enet: Remove unused fields in the fs_mii_bb_platform_info structure.
Browse files Browse the repository at this point in the history
The mdio_port, mdio_bit, mdc_port and mdc_bit fields in the
fs_mii_bb_platform_info structure are left-overs from the move to the Phy
Abstraction Layer subsystem. They are not used anymore and can be safely
removed.

Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
  • Loading branch information
Laurent Pinchart authored and Jeff Garzik committed Jul 22, 2008
1 parent d999597 commit 217d5a5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/linux/fs_enet_pd.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@ struct fs_mii_bb_platform_info {
struct fs_mii_bit mdio_dir;
struct fs_mii_bit mdio_dat;
struct fs_mii_bit mdc_dat;
int mdio_port; /* port & bit for MDIO */
int mdio_bit;
int mdc_port; /* port & bit for MDC */
int mdc_bit;
int delay; /* delay in us */
int irq[32]; /* irqs per phy's */
};
Expand Down

0 comments on commit 217d5a5

Please sign in to comment.