mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-28 22:21:49 +01: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
@ -438,7 +438,7 @@ static int ravb_config(struct udevice *dev)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int ravb_start(struct udevice *dev)
|
static int ravb_start(struct udevice *dev)
|
||||||
{
|
{
|
||||||
struct ravb_priv *eth = dev_get_priv(dev);
|
struct ravb_priv *eth = dev_get_priv(dev);
|
||||||
int ret;
|
int ret;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user