提交 e3105eac 编写于 作者: M Marek Vasut 提交者: Marek Vasut

net: ravb: staticize ravb_start

Cosmetic fix, make ravb_start() static.
Signed-off-by: NMarek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Cc: Joe Hershberger <joe.hershberger@ni.com>
上级 5f14f7d7
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册