On Tue, Oct 15, 2024 at 01:02:17PM -0700, Rosen Penev wrote: > commit c092d0be38f4 ("net: ibm: emac: remove all waiting code") > introduced EPROBE_DEFER support. Because of that, we can defer > initialization until all modules are ready instead of handling it > explicitly with custom init/exit functions. > > As a consequence of removing explicit module initialization and > deferring probe until everything is ready, there's no need for custom > init and exit functions. > > There are now module_init and module_exit calls but no real change in > functionality as these init and exit functions are no longer directly > called by core. > > Signed-off-by: Rosen Penev <rosenp@xxxxxxxxx> Reviewed-by: Simon Horman <horms@xxxxxxxxxx>