Shawn Guo wrote at Monday, August 15, 2011 9:45 PM: > On Mon, Aug 15, 2011 at 02:28:18PM -0600, Stephen Warren wrote: > > Signed-off-by: Stephen Warren <swarren@xxxxxxxxxx> > > --- > > arch/arm/mach-tegra/pinmux.c | 249 ++++++++++++++++++++++++++++++++++++++++++ > > 1 files changed, 249 insertions(+), 0 deletions(-) > > > Same question here, since we are moving over to device tree anyway, > is it necessarily to keep these "#ifdef CONFIG_OF" all over the files? > Can we manage to get rid of them, since we have a suite of empty OF API > created for this? Yes, the ifdefs can all be eliminated. I'll need to add a couple other empty functions to <linux/of.h>. I also folded the foo_probe_dt() functions into foo_probe(), since the need for the ifdefs is gone. -- nvpublic -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html