]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
driver/usb: include upper/lower_32_bits() from linux/compat.h
authorLijun Pan <LIJUN.PAN@FREESCALE.COM>
Fri, 20 Jun 2014 17:18:39 +0000 (12:18 -0500)
committerTom Rini <trini@ti.com>
Tue, 22 Jul 2014 11:44:24 +0000 (07:44 -0400)
commit4a755f1da52f2baee68888e21599dc8b80c89033
treecd2314d4e2dbbe3200b2c4000b092491774073c3
parent8f2df5d369ea57a2c1e4697e508a86fc1346e76f
driver/usb: include upper/lower_32_bits() from linux/compat.h

upper_32_bits() and lower_32_bits() have been ported into linux/compat.h.
Start use them now in drivers/usb/host/xhci.h.

Signed-off-by: Lijun Pan <Lijun.Pan@freescale.com>
drivers/usb/host/xhci.h