summaryrefslogtreecommitdiff
path: root/drivers/net/mxc_fec.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/mxc_fec.c')
-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