Commit 3dbc4620 authored by Andrew Morton's avatar Andrew Morton Committed by Greg Kroah-Hartman

[PATCH] remove __exit from mptscsih_exit()

From: Martin Hicks <mort@wildopensource.com>

Get rid of __exit from mptscsih_exit() to get the kernel to link.
parent 1f5d4d3d
......@@ -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;
......
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