]> git.hungrycats.org Git - linux/commitdiff
[PATCH] clean module_exit in m68knommu serial drivers
authorGreg Ungerer <gerg@snapgear.com>
Mon, 7 Jul 2003 16:22:14 +0000 (09:22 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Mon, 7 Jul 2003 16:22:14 +0000 (09:22 -0700)
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.

drivers/serial/68328serial.c
drivers/serial/mcfserial.c

index 7ff8ff5dbecc724da41073a9543dd35006681eb3..f212ae0992d1d3d45f96d1ba319ebfe192eeb8ef 100644 (file)
@@ -1533,7 +1533,6 @@ void unregister_serial(int line)
 }
        
 module_init(rs68328_init);
-/* DAVIDM module_exit(rs68328_fini); */
 
 
 
index 38bcb8765456ecbd956ac206fc1249c691408773..c6b7caa224dff72e4b798854017d9a894e2cbc2f 100644 (file)
@@ -1643,7 +1643,6 @@ mcfrs_init(void)
 }
 
 module_init(mcfrs_init);
-/* DAVIDM module_exit(mcfrs_fini); */
 
 /****************************************************************************/
 /*                          Serial Console                                  */