Commit 17090bb3 authored by Tom Rini's avatar Tom Rini Committed by Greg Kroah-Hartman

[PATCH] Have core/drivers.c include <linux/gfp.h>

Currently, drivers/usb/core/drivers.c includes <linux/mm.h> to get at
<linux/gfp.h>.  The following includes <linux/gfp.h> directly.
parent baf56435
......@@ -35,7 +35,7 @@
*/
#include <linux/fs.h>
#include <linux/mm.h>
#include <linux/gfp.h>
#include <linux/usb.h>
#include <linux/usbdevice_fs.h>
#include <linux/smp_lock.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment