On Sunday 01 July 2012, H. Peter Anvin wrote: > > There is no problem with adding ARM or !X86 dependencies to drivers > now and fixing them later or as required. Right, but if the fix is trivial (e.g. missing #include statement), it's usually better to just fix the code. Also, in many cases it's possible to say specifically what some code depends on. E.g. if a driver uses clk_get/clk_put, it should depend on CLKDEV_LOOKUP, not on !X86. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html