Changeset 479e32d in mainline for uspace/lib/drv/generic/dev_iface.c


Ignore:
Timestamp:
2017-11-01T13:01:34Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
41df71f9
Parents:
17873ac7
Message:

ddf: removed usbhc iface

As it is currently not used anywhere. It will be created again to serve its original purpose, this commit clears all invalid leftovers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/generic/dev_iface.c

    r17873ac7 r479e32d  
    4949#include "remote_ieee80211.h"
    5050#include "remote_usb.h"
    51 #include "remote_usbhc.h"
    5251#include "remote_usbhid.h"
    5352#include "remote_pci.h"
     
    6766                [PCI_DEV_IFACE] = &remote_pci_iface,
    6867                [USB_DEV_IFACE] = &remote_usb_iface,
    69                 [USBHC_DEV_IFACE] = &remote_usbhc_iface,
    7068                [USBHID_DEV_IFACE] = &remote_usbhid_iface,
    7169                [CLOCK_DEV_IFACE] = &remote_clock_dev_iface,
Note: See TracChangeset for help on using the changeset viewer.