# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.447.2.5 -> 1.447.2.6
#	drivers/usb/core/drivers.c	1.7     -> 1.8    
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/06/05	trini@kernel.crashing.org	1.447.2.6
# [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.
# --------------------------------------------
#
diff -Nru a/drivers/usb/core/drivers.c b/drivers/usb/core/drivers.c
--- a/drivers/usb/core/drivers.c	Thu Jun  6 14:38:28 2002
+++ b/drivers/usb/core/drivers.c	Thu Jun  6 14:38:28 2002
@@ -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>
