On Wed, Oct 06, 2010 at 07:16:05PM +0200, Linus Walleij wrote: > 2010/7/31 Marek Vasut <marek.vasut@xxxxxxxxx>: > > +#ifdef CONFIG_REGULATOR > Skip the #ifdef, if the regulators are configured out, there will be > a stub providing NULL for all get_regulator() calls anyway. While ifdefs on CONFIG_REGULATOR should indeed be skipped I'd not expect the stubs to be returning NULL for anything (but then as discussed elsewhere this whole approach of doing everything in the drivers is a poor one). -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html