]> asedeno.scripts.mit.edu Git - linux.git/commit
xhci: replace custom implementation of readq / writeq
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 9 Oct 2015 10:30:09 +0000 (13:30 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Oct 2015 06:34:22 +0000 (23:34 -0700)
commit5990e5dd7850b4e76a0dace302ac1f801fb8c729
tree405f1f4855a22a3f25dc8fe26b1ca709279eae24
parentc840d6ce772d47c777070ca4bbbfbf21d8d727a3
xhci: replace custom implementation of readq / writeq

The readq() and writeq() helpers are available in the
asm-generic/io-64-nonatomic-hi-lo.h and asm-generic/io-64-nonatomic-lo-hi.h
headers. Replace custom implementation by the generic helpers.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci.h