Commit a3b9d553 authored by Paul Bolle's avatar Paul Bolle Committed by John W. Linville

rtlwifi: rtl8192cu: remove check for CONFIG_AUTOSUSPEND

A check for CONFIG_AUTOSUSPEND was included in this driver when it was
added in v2.6.39. But that Kconfig symbol doesn't exist. Remove that
check and the single line it hides.
Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 6e6f1fa6
...@@ -395,9 +395,6 @@ static struct usb_driver rtl8192cu_driver = { ...@@ -395,9 +395,6 @@ static struct usb_driver rtl8192cu_driver = {
/* .resume = rtl_usb_resume, */ /* .resume = rtl_usb_resume, */
/* .reset_resume = rtl8192c_resume, */ /* .reset_resume = rtl8192c_resume, */
#endif /* CONFIG_PM */ #endif /* CONFIG_PM */
#ifdef CONFIG_AUTOSUSPEND
.supports_autosuspend = 1,
#endif
.disable_hub_initiated_lpm = 1, .disable_hub_initiated_lpm = 1,
}; };
......
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