diff options
| author | Hemant Kumar <hemantk@codeaurora.org> | 2017-09-22 14:03:22 -0700 |
|---|---|---|
| committer | Ajay Agarwal <ajaya@codeaurora.org> | 2017-11-24 14:50:26 +0530 |
| commit | 9c1d883952b8430994a302d10aab2bc8130bcd97 (patch) | |
| tree | 586ee859117f0cda0fd4915f89bf07b46dd84508 /include/linux | |
| parent | 039bcf340ea35f1e5c4a81f290455570097d7d62 (diff) | |
usb: host: xhci: Remove helper API retuning dcba dma address
Since dcba dma address is not required by class driver
therefore remove the API definition.
Change-Id: I6851729f1ad4254bbfaf179755d9afa7870e8e01
Signed-off-by: Hemant Kumar <hemantk@codeaurora.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/usb/hcd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/usb/hcd.h b/include/linux/usb/hcd.h index 925401c30abe..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); }; |
