# 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      [EMAIL PROTECTED]       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>

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to