Commit a3264e91 authored by Greg Ungerer's avatar Greg Ungerer Committed by Linus Torvalds

[PATCH] clean module_exit in m68knommu serial drivers

Remove un-used commented module_exit functions from m68knommu
ColdFire and 68328 serial drivers. These drivers currently cannot
be configured as modules, and they have no exit functions.
parent b3f87eec
...@@ -1533,7 +1533,6 @@ void unregister_serial(int line) ...@@ -1533,7 +1533,6 @@ void unregister_serial(int line)
} }
module_init(rs68328_init); module_init(rs68328_init);
/* DAVIDM module_exit(rs68328_fini); */
......
...@@ -1643,7 +1643,6 @@ mcfrs_init(void) ...@@ -1643,7 +1643,6 @@ mcfrs_init(void)
} }
module_init(mcfrs_init); module_init(mcfrs_init);
/* DAVIDM module_exit(mcfrs_fini); */
/****************************************************************************/ /****************************************************************************/
/* Serial Console */ /* Serial Console */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment