]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] remove __exit from mptscsih_exit()
authorAndrew Morton <akpm@osdl.org>
Fri, 6 Feb 2004 00:53:17 +0000 (16:53 -0800)
committerGreg Kroah-Hartman <greg@kroah.com>
Fri, 6 Feb 2004 00:53:17 +0000 (16:53 -0800)
From: Martin Hicks <mort@wildopensource.com>

Get rid of __exit from mptscsih_exit() to get the kernel to link.

drivers/message/fusion/mptscsih.c

index 585fc68e09c25dbfd705f47229cd361853eff782..0359bae6770f0d08128f819a2b80215081a500d8 100644 (file)
@@ -198,7 +198,7 @@ static int  mptscsih_setup(char *str);
 
 /* module entry point */
 static int  __init    mptscsih_init  (void);
-static void __exit    mptscsih_exit  (void);
+static void    mptscsih_exit  (void);
 
 static int  __devinit mptscsih_probe (struct pci_dev *, const struct pci_device_id *);
 static void __devexit mptscsih_remove(struct pci_dev *);
@@ -1985,7 +1985,7 @@ __init mptscsih_init(void)
  *
  */
 static void
-__exit mptscsih_exit(void)
+mptscsih_exit(void)
 {
        MPT_ADAPTER     *ioc;