xhci: remove enqueue_is_link() helper
authorMathias Nyman <mathias.nyman@linux.intel.com>
Tue, 21 Jun 2016 07:58:06 +0000 (10:58 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 26 Jun 2016 18:43:39 +0000 (11:43 -0700)
commit549310ab5d72158b84c80995894eb1ade5453ef1
tree6c699a1b2b4e5dda945e9c2a4e9313993a38634f
parentbd5e67f59a2e26d8c342590df2d0936c237d8f1a
xhci: remove enqueue_is_link() helper

Only used in one place, replace with trb_is_link() helper

Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-ring.c