drivers/net/mpc5xxx_fec.c: Fix build warning
Fix: mpc5xxx_fec.c: In function 'mpc5xxx_fec_initialize': mpc5xxx_fec.c:920: warning: assignment from incompatible pointer type Signed-off-by: Anatolij Gustschin <agust@denx.de> Tested-by: Anatolij Gustschin <agust@denx.de>
This commit is contained in:
parent
92ec210d31
commit
2f2c29ab3a
|
@ -707,7 +707,7 @@ static void rfifo_print(char *devname, mpc5xxx_fec_priv *fec)
|
|||
|
||||
/********************************************************************/
|
||||
|
||||
static int mpc5xxx_fec_send(struct eth_device *dev, volatile void *eth_data,
|
||||
static int mpc5xxx_fec_send(struct eth_device *dev, void *eth_data,
|
||||
int data_length)
|
||||
{
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue