mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 03:58:18 -04:00
MPC8xx FEC driver: fix compiler warning.
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
ae6d1056d2
commit
08e99e1dd0
@ -143,7 +143,9 @@ static int fec_send(struct eth_device* dev, volatile void *packet, int length);
|
|||||||
static int fec_recv(struct eth_device* dev);
|
static int fec_recv(struct eth_device* dev);
|
||||||
static int fec_init(struct eth_device* dev, bd_t * bd);
|
static int fec_init(struct eth_device* dev, bd_t * bd);
|
||||||
static void fec_halt(struct eth_device* dev);
|
static void fec_halt(struct eth_device* dev);
|
||||||
|
#if defined(CONFIG_MII) || defined(CONFIG_CMD_MII)
|
||||||
static void __mii_init(void);
|
static void __mii_init(void);
|
||||||
|
#endif
|
||||||
|
|
||||||
int fec_initialize(bd_t *bis)
|
int fec_initialize(bd_t *bis)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user