Re: [PATCH -next] net: phy: Correct function name mdiobus_register_board_info() in comment
From: Andrew Lunn <andrew@lunn.ch> Date: 2021-03-29 12:56:51
On Mon, Mar 29, 2021 at 08:40:46PM +0800, Yang Yingliang wrote:
Fix the following make W=1 kernel build warning:
drivers/net/phy/mdio-boardinfo.c:63: warning: expecting prototype for mdio_register_board_info(). Prototype was for mdiobus_register_board_info() instead
Reported-by: Hulk Robot <redacted>
Signed-off-by: Yang Yingliang <redacted>