# 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.453 -> 1.454 # drivers/usb/misc/emi26.c 1.2 -> 1.3 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 02/06/05 [EMAIL PROTECTED] 1.454 # USB: emi26.c small fix to enable the driver to build properly # -------------------------------------------- # diff -Nru a/drivers/usb/misc/emi26.c b/drivers/usb/misc/emi26.c --- a/drivers/usb/misc/emi26.c Wed Jun 5 12:28:57 2002 +++ b/drivers/usb/misc/emi26.c Wed Jun 5 12:28:57 2002 @@ -13,6 +13,7 @@ #include <linux/errno.h> #include <linux/slab.h> #include <linux/module.h> +#include <linux/init.h> #include <linux/usb.h> #define MAX_INTEL_HEX_RECORD_LENGTH 16
_______________________________________________________________ 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
