On Tue, Feb 02, 2010 at 09:37:32PM +1100, Stephen Rothwell wrote: > The sound tree is merged before the mfd tree, and the commit that adds > those is only in the mfd tree. So the sound tree, on its own, is > broken. This driver will only build if you merge the mfd tree as well. Ah, you're doing builds after each individual merge. It might help to change the form you're using when reporting problems with partially constructed -next - at the minute you say "Today's linux-next build (x86_64 allmodconfig) failed like this:" which makes it look like you're testing the result of the full -next merge. > > > To fix this, the relevant commits from the mfd tree could be put into a > > > "never to be rebased" branch (or separate git tree) and then this branch > > > merged into both the sound and mfd trees. > > This is not needed, Kconfig will handle it. > Kconfig has nothing to do with it, sorry. No, it does really fix the problem. As I said the driver should build depend on a Kconfig symbol which is introduced in the MFD tree. This means that the driver will not be built at all until MFD has been merged since the dependencies required to select the driver will not be satisfied unless the commits it depends on are present in the tree. I'll push a patch for this shortly. -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html