mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
net: ravb: staticize ravb_start
Cosmetic fix, make ravb_start() static. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Cc: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
parent
5f14f7d783
commit
e3105eacf5
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ static int ravb_config(struct udevice *dev)
|
|||
return 0;
|
||||
}
|
||||
|
||||
int ravb_start(struct udevice *dev)
|
||||
static int ravb_start(struct udevice *dev)
|
||||
{
|
||||
struct ravb_priv *eth = dev_get_priv(dev);
|
||||
int ret;
|
||||
|
|
Loading…
Add table
Reference in a new issue