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

[PATCH] ppc32: remove "jumbo" member from ocp_func_emac_data

Remove the not needed anymore "jumbo" member from ocp_func_emac_data.
Jumbo frame support is handled by PPC4xx EMAC driver internally now.

Signed-off-by: Eugene Surovegin <ebs@ebshome.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Eugene Surovegin and committed by
Linus Torvalds
fa57f9c2 1ae8f407

-4
-2
arch/ppc/platforms/4xx/ibm440gx.c
··· 58 58 .wol_irq = 65, /* WOL interrupt number */ 59 59 .mdio_idx = -1, /* No shared MDIO */ 60 60 .tah_idx = 0, /* TAH device index */ 61 - .jumbo = 1, /* Jumbo frames supported */ 62 61 }; 63 62 64 63 static struct ocp_func_emac_data ibm440gx_emac3_def = { ··· 71 72 .wol_irq = 67, /* WOL interrupt number */ 72 73 .mdio_idx = -1, /* No shared MDIO */ 73 74 .tah_idx = 1, /* TAH device index */ 74 - .jumbo = 1, /* Jumbo frames supported */ 75 75 }; 76 76 OCP_SYSFS_EMAC_DATA() 77 77
-1
arch/ppc/platforms/4xx/ibm440sp.c
··· 31 31 .wol_irq = 61, /* WOL interrupt number */ 32 32 .mdio_idx = -1, /* No shared MDIO */ 33 33 .tah_idx = -1, /* No TAH */ 34 - .jumbo = 1, /* Jumbo frames supported */ 35 34 }; 36 35 OCP_SYSFS_EMAC_DATA() 37 36
-1
include/asm-ppc/ibm_ocp.h
··· 63 63 int wol_irq; /* WOL interrupt */ 64 64 int mdio_idx; /* EMAC idx of MDIO master or -1 */ 65 65 int tah_idx; /* TAH device index or -1 */ 66 - int jumbo; /* Jumbo frames capable flag */ 67 66 int phy_mode; /* PHY type or configurable mode */ 68 67 u8 mac_addr[6]; /* EMAC mac address */ 69 68 u32 phy_map; /* EMAC phy map */