Re: [PATCH] mfd: syscon: add inline nop functions to compile without option

2013-11-29 Thread Alexander Shiyan
> The syscon interface can be used in different drivers to reach registers > of other register range via phandle. The exported functions can only be > used if the syscon interface is enabled. This patch fixes this by > adding nop functions if the syscon is not selected in the config. > > Signed-of

Re: [PATCH] mfd: syscon: add inline nop functions to compile without option

2013-11-29 Thread Michael Grzeschik
Hi, On Fri, Nov 29, 2013 at 04:15:56PM +0100, Michael Grzeschik wrote: > The syscon interface can be used in different drivers to reach registers > of other register range via phandle. The exported functions can only be > used if the syscon interface is enabled. This patch fixes this by > adding n

[PATCH] mfd: syscon: add inline nop functions to compile without option

2013-11-29 Thread Michael Grzeschik
The syscon interface can be used in different drivers to reach registers of other register range via phandle. The exported functions can only be used if the syscon interface is enabled. This patch fixes this by adding nop functions if the syscon is not selected in the config. Signed-off-by: Michae