From: Tejun Heo Date: Wed, 19 May 2010 15:44:20 +0000 (+1000) Subject: usb: musb: update gfp/slab.h includes X-Git-Tag: firefly_0821_release~9833^2~2085^2~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c4d80b7d5220a65cc4e26173d99d4750895f3e64;p=firefly-linux-kernel-4.4.55.git usb: musb: update gfp/slab.h includes Implicit slab.h inclusion via percpu.h is about to go away. Make sure gfp.h or slab.h is included as necessary. Signed-off-by: Tejun Heo Cc: Stephen Rothwell Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/musb/musb_debugfs.c b/drivers/usb/musb/musb_debugfs.c index 7768634a7576..bba76af0c0c6 100644 --- a/drivers/usb/musb/musb_debugfs.c +++ b/drivers/usb/musb/musb_debugfs.c @@ -34,7 +34,6 @@ #include #include #include -#include #include #include #include