Re: [RFC][PATCH] of: add a dummy implementation of of_get_property() in of.h
From: Tobias Klauser <hidden>
Date: 2011-08-05 09:05:20
Also in:
linux-i2c, lkml
From: Tobias Klauser <hidden>
Date: 2011-08-05 09:05:20
Also in:
linux-i2c, lkml
On 2011-08-05 at 10:56:14 +0200, Axel Lin [off-list ref] 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