From: Paul Gortmaker Date: Mon, 18 Jul 2011 18:42:00 +0000 (-0400) Subject: usb: fix implicit usage of gfp.h in host/xhci-hub.c X-Git-Tag: v3.2-rc1~22^2~118 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bcbcc96e16fd44eaf9791cb369da757dae1656c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed