On 2011-08-05 at 10:56:14 +0200, Axel Lin <axel.lin@xxxxxxxxx> wrote: > Then we can avoid having #ifdef CONFIG_OF splattered around the place > calling of_get_property(), it leads to errors. You shouldn't redefine of_get_property in the driver. Rather add a wrapper function to the driver which will extract the device tree information in CONFIG_OF is enabled and which will just return -ENODEV if CONFIG_OF is not set. Cheers Tobias -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html