Index: uspace/drv/usbhub/usbhub.c
===================================================================
--- uspace/drv/usbhub/usbhub.c	(revision 1c89f74b77eb6320b758ba5a9deff3c795e4db2d)
+++ uspace/drv/usbhub/usbhub.c	(revision 9d0656309cf76fc79d4fcbac6c687b84aa81c8c3)
@@ -88,6 +88,6 @@
 static void usb_hub_process_global_interrupt(usb_hub_info_t * hub_info);
 
-static int initialize_non_removable(usb_hub_info_t * hub_info,
-	unsigned int port);
+//static int initialize_non_removable(usb_hub_info_t * hub_info,
+//	unsigned int port);
 
 static int usb_hub_trigger_connecting_non_removable_devices(
@@ -227,4 +227,5 @@
 	size_t port_count = hub_info->port_count;
 	//first check non-removable devices
+	/*
 	{
 		unsigned int port;
@@ -239,5 +240,5 @@
 		}
 	}
-
+	*/
 
 	/// FIXME: count properly
@@ -344,5 +345,5 @@
 	 * these lines allow to reset hub once more, it can be used as
 	 * brute-force initialization for non-removable devices
-	 */
+	 *
 	opResult = usb_request_set_configuration(hub_info->control_pipe,
 		1);
@@ -351,5 +352,5 @@
 			opResult);
 		return opResult;
-	}
+	}*/
 
 
@@ -879,4 +880,5 @@
  * @return error code
  */
+#if 0
 static int initialize_non_removable(usb_hub_info_t * hub_info,
 	unsigned int port) {
@@ -918,5 +920,5 @@
 	return opResult;
 }
-
+#endif
 /**
  * triggers actions to connect non0removable devices
