Fix gcc with -Wstrict-prototypes by telling it bi_emac takes no parameters.
This commit is contained in:
parent
5591e479fe
commit
9bd8ce289b
@ -83,7 +83,7 @@ bi_dbgu(void)
|
||||
}
|
||||
|
||||
static void
|
||||
bi_emac()
|
||||
bi_emac(void)
|
||||
{
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user