From: <mar...@us...> - 2007-06-24 00:46:58
|
Revision: 1055 http://svn.sourceforge.net/hackndev/?rev=1055&view=rev Author: marex_z71 Date: 2007-06-23 17:46:55 -0700 (Sat, 23 Jun 2007) Log Message: ----------- HacknDev: fix g_zero header location Modified Paths: -------------- linux4palm/linux/trunk/drivers/usb/gadget/zero.c Modified: linux4palm/linux/trunk/drivers/usb/gadget/zero.c =================================================================== --- linux4palm/linux/trunk/drivers/usb/gadget/zero.c 2007-06-24 00:32:02 UTC (rev 1054) +++ linux4palm/linux/trunk/drivers/usb/gadget/zero.c 2007-06-24 00:46:55 UTC (rev 1055) @@ -84,7 +84,7 @@ #include <asm/system.h> #include <asm/unaligned.h> -#include <linux/usb_ch9.h> +#include <linux/usb/ch9.h> #include <linux/usb_gadget.h> #include "gadget_chips.h" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |