diff options
Diffstat (limited to 'drivers/usb/host/xhci.h')
-rw-r--r-- | drivers/usb/host/xhci.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h index 61747f3c5c8f..902be9647c60 100644 --- a/drivers/usb/host/xhci.h +++ b/drivers/usb/host/xhci.h | |||
@@ -1237,7 +1237,8 @@ void xhci_free_or_cache_endpoint_ring(struct xhci_hcd *xhci, | |||
1237 | struct xhci_virt_device *virt_dev, | 1237 | struct xhci_virt_device *virt_dev, |
1238 | unsigned int ep_index); | 1238 | unsigned int ep_index); |
1239 | struct xhci_command *xhci_alloc_command(struct xhci_hcd *xhci, | 1239 | struct xhci_command *xhci_alloc_command(struct xhci_hcd *xhci, |
1240 | bool allocate_completion, gfp_t mem_flags); | 1240 | bool allocate_in_ctx, bool allocate_completion, |
1241 | gfp_t mem_flags); | ||
1241 | void xhci_free_command(struct xhci_hcd *xhci, | 1242 | void xhci_free_command(struct xhci_hcd *xhci, |
1242 | struct xhci_command *command); | 1243 | struct xhci_command *command); |
1243 | 1244 | ||