commit | 4bcbcc96e16fd44eaf9791cb369da757dae1656c | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Mon Jul 18 14:42:00 2011 -0400 |
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | Mon Oct 31 19:31:26 2011 -0400 |
tree | 2563b8a7b64be1ce9da9a97310a95ea4470a9751 | |
parent | f940fcd8eadfe5b909a1474b57de7755edeee62b [diff] |
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>