linux/drivers/net/ethernet/freescale/fman
Colin Ian King d05071ed4a fsl/fman: make arrays port_ids static, reduces object code size
Don't populate the arrays port_ids on the stack, instead make them static.
Makes the object code smaller by over 700 bytes:

Before:
   text	   data	    bss	    dec	    hex	filename
  28785	   5832	    192	  34809	   87f9	fman.o

After:
   text	   data	    bss	    dec	    hex	filename
  27921	   5992	    192	  34105	   8539	fman.o

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-09-01 18:21:09 -07:00
..
fman_dtsec.c fsl/fman: implement several errata workarounds 2017-08-11 14:37:36 -07:00
fman_dtsec.h
fman_keygen.c fsl/fman: enable FMan Keygen 2017-08-28 16:41:00 -07:00
fman_keygen.h fsl/fman: enable FMan Keygen 2017-08-28 16:41:00 -07:00
fman_mac.h
fman_memac.c fsl/fman: take into account all RGMII modes 2017-04-01 11:49:14 -07:00
fman_memac.h net: break include loop netdevice.h, dsa.h, devlink.h 2017-03-28 22:46:04 -07:00
fman_muram.c
fman_muram.h
fman_port.c dpaa_eth: add NETIF_F_RXHASH 2017-08-28 16:41:00 -07:00
fman_port.h dpaa_eth: add NETIF_F_RXHASH 2017-08-28 16:41:00 -07:00
fman_sp.c
fman_sp.h
fman_tgec.c
fman_tgec.h
fman.c fsl/fman: make arrays port_ids static, reduces object code size 2017-09-01 18:21:09 -07:00
fman.h fsl/fman: enable FMan Keygen 2017-08-28 16:41:00 -07:00
Kconfig fsl/fman: add dependency on HAS_DMA 2017-06-27 15:42:30 -04:00
mac.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2017-09-01 17:42:05 -07:00
mac.h
Makefile fsl/fman: enable FMan Keygen 2017-08-28 16:41:00 -07:00