summaryrefslogtreecommitdiff
path: root/drivers/net/vsc7385.c
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2012-10-29 13:34:34 +0000
committerTom Rini <trini@ti.com>2012-11-04 11:00:36 -0700
commit960d70c60055cbc4fbf4ce170959ecf2839bc788 (patch)
tree58e17ff030c5477cc71423f4d9981b0fbd804408 /drivers/net/vsc7385.c
parent0637059088a2579b3c0d67a5ca7d34dd7721204f (diff)
downloadu-boot-imx-960d70c60055cbc4fbf4ce170959ecf2839bc788.zip
u-boot-imx-960d70c60055cbc4fbf4ce170959ecf2839bc788.tar.gz
u-boot-imx-960d70c60055cbc4fbf4ce170959ecf2839bc788.tar.bz2
drivers/net/: sparse fixes
phy.c:46:5: warning: symbol 'genphy_config_advert' was not declared. Should it be static? phy.c:121:5: warning: symbol 'genphy_setup_forced' was not declared. Should it be static? phy.c:468:5: warning: symbol 'phy_probe' was not declared. Should it be static? phy.c:491:19: warning: symbol 'get_phy_driver' was not declared. Should it be static? phy.c:508:19: warning: symbol 'phy_device_create' was not declared. Should it be static? phy.c:552:5: warning: symbol 'get_phy_id' was not declared. Should it be static? phy.c:584:19: warning: symbol 'get_phy_device' was not declared. Should it be sta vitesse.c:126:5: warning: symbol 'vsc8601_config' was not declared. Should it be static? vsc7385.c:33:5: warning: symbol 'vsc7385_upload_firmware' was not declared. Should it be static? tgec_phy.c:33:5: warning: symbol 'tgec_mdio_write' was not declared. Should it be static? tgec_phy.c:75:5: warning: symbol 'tgec_mdio_read' was not declared. Should it be static? tgec_phy.c:117:5: warning: symbol 'tgec_mdio_reset' was not declared. Should it be static? eth.c:48:6: warning: symbol 'dtsec_configure_serdes' was not declared. Should it be static? p4080.c:26:5: warning: symbol 'port_to_devdisr' was not declared. Should it be static? Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'drivers/net/vsc7385.c')
-rw-r--r--drivers/net/vsc7385.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/vsc7385.c b/drivers/net/vsc7385.c
index ada42c4..a5110e5 100644
--- a/drivers/net/vsc7385.c
+++ b/drivers/net/vsc7385.c
@@ -16,6 +16,7 @@
#include <common.h>
#include <asm/io.h>
#include <asm/errno.h>
+#include "vsc7385.h"
/*
* Upload a Vitesse VSC7385 firmware image to the hardware