From: Arnd Bergmann <arnd@xxxxxxxx>Reviewed-by: Yang Yingliang <yangyingliang@xxxxxxxxxx>
The init function is only referenced locally, so it should be static to
avoid this warning:
drivers/net/ethernet/amd/atarilance.c:370:28: error: no previous prototype for 'atarilance_probe' [-Werror=missing-prototypes]
Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>