mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-17 22:28:17 +01:00
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…
x
Reference in New Issue
Block a user