Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers/net/apne.c: replace init_module&cleanup_module with module_in…
…it&module_exit Replaced init_module and cleanup_module with static functions and module_init/module_exit. Signed-off-by: Jon Schindler <jkschind@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information