On Fri, Jul 07, 2006 at 05:06:05PM +0400, Sergei Organov wrote:
> Greg KH <[EMAIL PROTECTED]> writes:
> > On Tue, Jul 04, 2006 at 09:46:09AM -0300, Manuel Naranjo wrote:
> [...]
> >> +#include <../drivers/usb/serial/usb-serial.h>
> >
> > Huh?  It should just be "usb-serial.h"
> 
> I've just got similar trouble. It can't easily be just "usb-serial.h" if
> you try to compile the module out of kernel tree :( One of solution would
> be to add corresponding dir to the search path for includes, but I've no
> idea how to do it with Linux build system.

First off, why would you want to build a usb-serial driver outside of
the kernel tree?  :)

> Shouldn't usb-serial.h appear somewhere under ./include/ so that
> 
> #include <linux/usb-serial.h>
> 
> just work?

Yes, it should.  Now that we have linux/usb/  I'll move the usb-serial.h
file into there so that we don't have these issues anymore.

thanks,

greg k-h

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to