9
0
Fork 0

fec_mpc5200: fix compiler warning

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2009-06-11 16:34:46 +02:00
parent 5393496165
commit 7373dc1215
1 changed files with 0 additions and 8 deletions

View File

@ -509,14 +509,6 @@ static void rfifo_print(char *devname, mpc5xxx_fec_priv *fec)
printf(" writptr 0x%08x\n", fec->eth->rfifo_wrptr);
}
}
#else
static void tfifo_print(char *devname, mpc5xxx_fec_priv *fec)
{
}
static void rfifo_print(char *devname, mpc5xxx_fec_priv *fec)
{
}
#endif /* DEBUG_FIFO */
static int mpc5xxx_fec_send(struct eth_device *dev, void *eth_data,