]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb: fix implicit usage of gfp.h in host/xhci-hub.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 18 Jul 2011 18:42:00 +0000 (14:42 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 25 Aug 2011 17:55:21 +0000 (13:55 -0400)
commit35e6f73cec88b3a0439d0217ca990d9fd3474659
tree2b716b3ed2675927f17631b629ba07393cceb7b0
parent804a90c62146a03bc1b7fba8b0c4de964a47b15a
usb: fix implicit usage of gfp.h in host/xhci-hub.c

To fix this build error on ARM:

drivers/usb/host/xhci-hub.c: In function 'xhci_stop_device':
drivers/usb/host/xhci-hub.c:261: error: 'GFP_NOIO' undeclared (first use in this function)
make[4]: *** [drivers/usb/host/xhci-hub.o] Error 1

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/usb/host/xhci-hub.c