Commit eae78ca6 authored by Larry Finger's avatar Larry Finger

staging: rtl8192e: Remove dead code associated with BUILT_IN_MSHCLASS

Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent 07f43233
...@@ -3302,13 +3302,6 @@ static int __init rtl8192_pci_module_init(void) ...@@ -3302,13 +3302,6 @@ static int __init rtl8192_pci_module_init(void)
printk(KERN_ERR "rtllib_crypto_wep_init() failed %d\n", ret); printk(KERN_ERR "rtllib_crypto_wep_init() failed %d\n", ret);
return ret; return ret;
} }
#ifdef BUILT_IN_MSHCLASS
ret = msh_init();
if (ret) {
printk(KERN_ERR "msh_init() failed %d\n", ret);
return ret;
}
#endif
printk(KERN_INFO "\nLinux kernel driver for RTL8192E WLAN cards\n"); printk(KERN_INFO "\nLinux kernel driver for RTL8192E WLAN cards\n");
printk(KERN_INFO "Copyright (c) 2007-2008, Realsil Wlan Driver\n"); printk(KERN_INFO "Copyright (c) 2007-2008, Realsil Wlan Driver\n");
...@@ -3347,9 +3340,6 @@ static void __exit rtl8192_pci_module_exit(void) ...@@ -3347,9 +3340,6 @@ static void __exit rtl8192_pci_module_exit(void)
michael_mic_exit(); michael_mic_exit();
aes_fini(); aes_fini();
#endif #endif
#ifdef BUILT_IN_MSHCLASS
msh_exit();
#endif
} }
......
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