On Tue, May 16, 2023 at 05:31:05PM +0200, Arnd Bergmann wrote: > From: Arnd Bergmann <arnd@xxxxxxxx> > > The DT version of this board has a custom file with the gpio > device. However, it does nothing because the d2net_init() > has no caller or prototype: > > arch/arm/mach-orion5x/board-d2net.c:101:13: error: no previous prototype for 'd2net_init' > > Call it from the board-dt file as intended. > > Fixes: 94b0bd366e36 ("ARM: orion5x: convert d2net to Device Tree") > Cc: stable@xxxxxxxxxxxxxxx > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> Reviewed-by: Andrew Lunn <andrew@xxxxxxx> Andrew