Skip to content

Commit

Permalink
staging: rtl8192e: Remove dead code associated with BUILT_IN_MSHCLASS
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 07f4323 commit eae78ca
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions drivers/staging/rtl8192e/rtl_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -3302,13 +3302,6 @@ static int __init rtl8192_pci_module_init(void)
printk(KERN_ERR "rtllib_crypto_wep_init() failed %d\n", 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 "Copyright (c) 2007-2008, Realsil Wlan Driver\n");

Expand Down Expand Up @@ -3347,9 +3340,6 @@ static void __exit rtl8192_pci_module_exit(void)
michael_mic_exit();
aes_fini();
#endif
#ifdef BUILT_IN_MSHCLASS
msh_exit();
#endif

}

Expand Down

0 comments on commit eae78ca

Please sign in to comment.