Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers/block/floppy.c: replace init_module&cleanup_module with modul…
…e_init&module_exit Replace 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: Linus Torvalds <torvalds@linux-foundation.org>
- Loading branch information