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.
> 
> Shouldn't usb-serial.h appear somewhere under ./include/ so that
> 
> #include <linux/usb-serial.h>
> 
> just work?
> 
I have figure out a way to make my code a little clearer. In Spanish we 
call it prueba y error (try and error), simply start deleting one by one 
the includes, and compile, if the compiler does not shout out, then it 
is ok, other case mantain that include :), it is not a very 
architectural method but it works.
Regards,
Manuel

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