Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

fs_enet: Remove unused fields in the fs_mii_bb_platform_info structure.

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>

authored by

Laurent Pinchart and committed by
Jeff Garzik
217d5a51 d9995973

-4
-4
include/linux/fs_enet_pd.h
··· 103 103 struct fs_mii_bit mdio_dir; 104 104 struct fs_mii_bit mdio_dat; 105 105 struct fs_mii_bit mdc_dat; 106 - int mdio_port; /* port & bit for MDIO */ 107 - int mdio_bit; 108 - int mdc_port; /* port & bit for MDC */ 109 - int mdc_bit; 110 106 int delay; /* delay in us */ 111 107 int irq[32]; /* irqs per phy's */ 112 108 };