diff options
| author | Hemant Kumar <hemantk@codeaurora.org> | 2017-09-22 13:56:04 -0700 |
|---|---|---|
| committer | Ajay Agarwal <ajaya@codeaurora.org> | 2017-11-24 14:50:25 +0530 |
| commit | 039bcf340ea35f1e5c4a81f290455570097d7d62 (patch) | |
| tree | fafef2bf3b4f203f3b6053e32538e831ace25268 /include/linux | |
| parent | 8177d0955dfdcc7910a261af04d9214018e38d13 (diff) | |
usb: core: Remove helper APIs returning dcba dma address
Since dcba dma address is not required by class driver
therefore remove the API definitions.
Change-Id: I2623cf3bf406ca0d47ea2549b5163d9e9b7351a1
Signed-off-by: Hemant Kumar <hemantk@codeaurora.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/usb.h | 1 | ||||
| -rw-r--r-- | include/linux/usb/hcd.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h index f226476a2ea4..83a505c749e1 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h @@ -752,7 +752,6 @@ extern int usb_sec_event_ring_cleanup(struct usb_device *dev, extern dma_addr_t usb_get_sec_event_ring_dma_addr(struct usb_device *dev, unsigned intr_num); -extern dma_addr_t usb_get_dcba_dma_addr(struct usb_device *dev); extern dma_addr_t usb_get_xfer_ring_dma_addr(struct usb_device *dev, struct usb_host_endpoint *ep); extern int usb_get_controller_id(struct usb_device *dev); diff --git a/include/linux/usb/hcd.h b/include/linux/usb/hcd.h index f603b46ff48a..925401c30abe 100644 --- a/include/linux/usb/hcd.h +++ b/include/linux/usb/hcd.h @@ -451,7 +451,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); |
