Skip to content
Snippets Groups Projects
Commit 08e99e1d authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

MPC8xx FEC driver: fix compiler warning.


Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent ae6d1056
No related branches found
No related tags found
No related merge requests found
...@@ -143,7 +143,9 @@ static int fec_send(struct eth_device* dev, volatile void *packet, int length); ...@@ -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)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment