summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorTerry Lv <r65388@freescale.com>2012-02-17 00:34:16 +0800
committerTerry Lv <r65388@freescale.com>2012-02-17 00:36:01 +0800
commit72e8b5a4858d802d5135ba0d4b41ea9554a8c987 (patch)
treeec845813d4feb4006ed3288e1e461152e5e192a9 /drivers
parent362b35f6dca0da338cd242353fa14f02f2f5a5fb (diff)
downloadu-boot-imx-72e8b5a4858d802d5135ba0d4b41ea9554a8c987.zip
u-boot-imx-72e8b5a4858d802d5135ba0d4b41ea9554a8c987.tar.gz
u-boot-imx-72e8b5a4858d802d5135ba0d4b41ea9554a8c987.tar.bz2
ENGR00174625: Remove build warnings for mx6q
Remove build warnings for mx6q. Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/mxc_fec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/mxc_fec.c b/drivers/net/mxc_fec.c
index 6482de7..345e476 100644
--- a/drivers/net/mxc_fec.c
+++ b/drivers/net/mxc_fec.c
@@ -141,7 +141,7 @@ static inline void fec_localhw_setup(volatile fec_t *fecp)
udelay(1);
}
#else
-static inline void fec_localhw_setup(fec_t *fecp)
+static inline void fec_localhw_setup(volatile fec_t *fecp)
{
}
#endif