u-boot-brain/drivers/net/phy
Kim Phillips 0637059088 net/: sparse fixes
bootp.c:44:14: warning: symbol 'dhcp_state' was not declared. Should it be static?
bootp.c:45:15: warning: symbol 'dhcp_leasetime' was not declared. Should it be static?
bootp.c:46:10: warning: symbol 'NetDHCPServerIP' was not declared. Should it be static?
arp.c:30:17: warning: symbol 'NetArpWaitReplyIP' was not declared. Should it be static?
arp.c:37:16: warning: symbol 'NetArpTxPacket' was not declared. Should it be static?
arp.c:38:17: warning: symbol 'NetArpPacketBuf' was not declared. Should it be static?
atheros.c:33:19: warning: symbol 'AR8021_driver' was not declared. Should it be static?
net.c:183:7: warning: symbol 'PktBuf' was not declared. Should it be static?
net.c:159:21: warning: symbol 'net_state' was not declared. Should it be static?
ping.c:73:6: warning: symbol 'ping_start' was not declared. Should it be static?
ping.c:82:13: warning: symbol 'ping_receive' was not declared. Should it be static?
tftp.c:53:7: warning: symbol 'TftpRRQTimeoutMSecs' was not declared. Should it be static?
tftp.c:54:5: warning: symbol 'TftpRRQTimeoutCountMax' was not declared. Should it be static?
eth.c:125:19: warning: symbol 'eth_current' was not declared. Should it be static?

Note: in the ping.c fix, commit a36b12f95a
"net: Move PING out of net.c" mistakenly carried the ifdef CMD_PING
clause from when it was necessary to avoid warnings when it was embedded
in net.c.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2012-11-04 11:00:36 -07:00
..
atheros.c net/: sparse fixes 2012-11-04 11:00:36 -07:00
broadcom.c phylib: Add a bunch of PHY drivers from tsec 2011-04-20 15:09:34 -05:00
davicom.c phylib: Add a bunch of PHY drivers from tsec 2011-04-20 15:09:34 -05:00
generic_10g.c phylib: Detect link on 10G devices correctly 2011-07-27 23:21:25 +02:00
lxt.c phylib: Add a bunch of PHY drivers from tsec 2011-04-20 15:09:34 -05:00
Makefile net/phy: support the mv88e6352 switch 2012-09-27 12:21:56 -05:00
marvell.c Phy/Marvell: Rewrite the MV88E1111 phy config function based on kernel code 2011-12-05 21:59:00 +01:00
micrel.c net: phy: micrel: make ksz9021 phy accessible 2012-07-11 13:15:30 -05:00
miiphybb.c Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC 2010-10-29 21:32:07 +02:00
mv88e61xx.c miiphy: convert to linux/mii.h 2011-01-09 18:06:50 +01:00
mv88e61xx.h net: phy: bugfixes: mv88E61xx multichip addressing support 2009-07-22 22:53:45 -07:00
mv88e6352.c net/phy: support the mv88e6352 switch 2012-09-27 12:21:56 -05:00
natsemi.c phylib: Add a bunch of PHY drivers from tsec 2011-04-20 15:09:34 -05:00
phy.c phylib: phy_startup() should return an error code on failure 2012-07-11 13:15:30 -05:00
realtek.c phylib: Add a bunch of PHY drivers from tsec 2011-04-20 15:09:34 -05:00
smsc.c phy: Add support for SMSC LAN87xx PHYs 2011-12-05 23:07:59 +01:00
teranetics.c powerpc/85xx: wait for alignment before resetting SERDES RX lanes (SERDES9) 2011-10-20 16:01:37 -05:00
vitesse.c net: Add Vitesse VSC8662 PHY support 2012-09-27 12:21:59 -05:00