]> 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, 28 Jul 2011 03:43:41 +0000 (23:43 -0400)
commit60e0f7c727941b9503c3f3a85fd91708f24f0322
tree5944d66f8c3827a4b95ee8ed5e81320c351936b4
parent6c54e3beee4146abe7fc195839ba9aa31a72be33
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