Index: uspace/lib/usbhost/include/usb/host/ddf_helpers.h
===================================================================
--- uspace/lib/usbhost/include/usb/host/ddf_helpers.h	(revision e991937ce777f098dfa17229c960ba874567cc39)
+++ uspace/lib/usbhost/include/usb/host/ddf_helpers.h	(revision 5dad73d81b453ebe91641a7ec9d563b050a8be5e)
@@ -40,13 +40,8 @@
 #include <usbhc_iface.h>
 
-int hcd_ddf_add_usb_device(ddf_dev_t *parent,
-    usb_address_t address, usb_speed_t speed, const char *name,
-    const match_id_list_t *mids);
 int hcd_ddf_setup_hc(ddf_dev_t *device, usb_speed_t max_speed,
     size_t bw, bw_count_func_t bw_count);
 void hcd_ddf_clean_hc(ddf_dev_t *device);
 int hcd_ddf_setup_root_hub(ddf_dev_t *device);
-int hcd_ddf_new_device(ddf_dev_t *device, usb_address_t *address);
-int hcd_ddf_remove_device(ddf_dev_t *device, usb_address_t address);
 
 hcd_t *dev_to_hcd(ddf_dev_t *dev);
