blob: d94507db712b416c8f91e5da08fe2beb60fa838a (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 | --- a/compat/compat-2.6.36.c
+++ b/compat/compat-2.6.36.c
@@ -93,6 +93,8 @@ void compat_usb_scuttle_anchored_urbs(st
 }
 EXPORT_SYMBOL_GPL(compat_usb_scuttle_anchored_urbs);
 
+#endif /* CONFIG_COMPAT_USB_URB_THREAD_FIX */
+
 struct workqueue_struct *system_nrt_wq __read_mostly;
 EXPORT_SYMBOL_GPL(system_nrt_wq);
 
@@ -106,6 +108,3 @@ void compat_system_workqueue_destroy()
 {
 	destroy_workqueue(system_nrt_wq);
 }
-
-#endif /* CONFIG_COMPAT_USB_URB_THREAD_FIX */
-
 |