On Mon, May 31, 2010 at 10:57:48PM +0400, Sergei Shtylyov wrote: > When #include'd alone, <linux/usb/gadget.h> causes a lot of compilation errors > and warnings -- all because it relies on the including code to bring in the > necessary #include's instead of doing this itself. That's normal, we don't always want to include all dependant .h files in the .h files, otherwise it gets very messy, and people have been trying to clean this up over time. Is this causing a build error somewhere? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html