diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-11-30 14:02:16 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-11-30 14:02:16 -0800 |
| commit | 63dbbf58d163d5b906f35e1628a2547e8cf12b35 (patch) | |
| tree | 68dac621a807d0e83e873a2ec8f0b7876cee537f /include/linux/usb | |
| parent | b3b6467d66eaeeadaaf9e423069f1a0003c0e72d (diff) | |
| parent | 9c1d883952b8430994a302d10aab2bc8130bcd97 (diff) | |
Merge "usb: host: xhci: Remove helper API retuning dcba dma address"
Diffstat (limited to 'include/linux/usb')
| -rw-r--r-- | include/linux/usb/hcd.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/usb/hcd.h b/include/linux/usb/hcd.h index f603b46ff48a..8cbf59e6406b 100644 --- a/include/linux/usb/hcd.h +++ b/include/linux/usb/hcd.h @@ -403,8 +403,6 @@ struct hc_driver { unsigned intr_num); dma_addr_t (*get_xfer_ring_dma_addr)(struct usb_hcd *hcd, struct usb_device *udev, struct usb_host_endpoint *ep); - dma_addr_t (*get_dcba_dma_addr)(struct usb_hcd *hcd, - struct usb_device *udev); int (*get_core_id)(struct usb_hcd *hcd); }; @@ -451,7 +449,6 @@ extern int usb_hcd_sec_event_ring_cleanup(struct usb_device *udev, extern dma_addr_t usb_hcd_get_sec_event_ring_dma_addr(struct usb_device *udev, unsigned intr_num); -extern dma_addr_t usb_hcd_get_dcba_dma_addr(struct usb_device *udev); extern dma_addr_t usb_hcd_get_xfer_ring_dma_addr(struct usb_device *udev, struct usb_host_endpoint *ep); |
