Index: uspace/drv/uhci-hcd/root_hub.c
===================================================================
--- uspace/drv/uhci-hcd/root_hub.c	(revision da88eb826d0b2007b0b668c0f7828a8f2d9d54c8)
+++ uspace/drv/uhci-hcd/root_hub.c	(revision fa3de85013536f0386386c46bfaebceff2126a15)
@@ -48,6 +48,5 @@
  * @return Error code.
  */
-int rh_init(
-    rh_t *instance, ddf_fun_t *fun, uintptr_t reg_addr, size_t reg_size)
+int rh_init(rh_t *instance, ddf_fun_t *fun, uintptr_t reg_addr, size_t reg_size)
 {
 	assert(fun);
Index: uspace/drv/uhci-hcd/uhci.c
===================================================================
--- uspace/drv/uhci-hcd/uhci.c	(revision da88eb826d0b2007b0b668c0f7828a8f2d9d54c8)
+++ uspace/drv/uhci-hcd/uhci.c	(revision fa3de85013536f0386386c46bfaebceff2126a15)
@@ -44,5 +44,4 @@
 #include "pci.h"
 
-
 /** IRQ handling callback, identifies device
  *
@@ -108,5 +107,5 @@
 /*----------------------------------------------------------------------------*/
 static ddf_dev_ops_t hc_ops = {
-	.interfaces[USB_DEV_IFACE] = &usb_iface,
+//	.interfaces[USB_DEV_IFACE] = &usb_iface,
 	.interfaces[USBHC_DEV_IFACE] = &hc_iface, /* see iface.h/c */
 };
