summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-30 18:11:17 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-30 18:11:17 -0600
commitc10a6f9414be8cf967d5486608779c28eecc27f8 (patch)
tree2d081b94ff3be4bcdf03cc29a213f6d641332919 /nuttx/arch/z80
parent0f8b483113c00b00abddf8e46c80f0dfab6d1a80 (diff)
downloadnuttx-c10a6f9414be8cf967d5486608779c28eecc27f8.tar.gz
nuttx-c10a6f9414be8cf967d5486608779c28eecc27f8.tar.bz2
nuttx-c10a6f9414be8cf967d5486608779c28eecc27f8.zip
Rename uip_input to devif_input
Diffstat (limited to 'nuttx/arch/z80')
-rw-r--r--nuttx/arch/z80/src/ez80/ez80_emac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/z80/src/ez80/ez80_emac.c b/nuttx/arch/z80/src/ez80/ez80_emac.c
index 68de2457e..f67173793 100644
--- a/nuttx/arch/z80/src/ez80/ez80_emac.c
+++ b/nuttx/arch/z80/src/ez80/ez80_emac.c
@@ -1275,7 +1275,7 @@ static int ez80emac_receive(struct ez80emac_driver_s *priv)
EMAC_STAT(priv, rx_ip);
arp_ipin(&priv->dev);
- uip_input(&priv->dev);
+ devif_input(&priv->dev);
/* If the above function invocation resulted in data that should be
* sent out on the network, the field d_len will set to a value > 0.