Re: [PATCH RESEND] mfd: cs5535-mfd: remove ifdef OLPC noise

2019-06-26 Thread Lee Jones
On Thu, 20 Jun 2019, Lubomir Rintel wrote: > provides machine_is_olpc() stub for CONFIG_OLPC=n, > compiler should just optimize the unneeded bits away. > > Signed-off-by: Lubomir Rintel > --- > drivers/mfd/cs5535-mfd.c | 24 +++- > 1 file changed, 7 insertions(+), 17

[PATCH RESEND] mfd: cs5535-mfd: remove ifdef OLPC noise

2019-06-20 Thread Lubomir Rintel
provides machine_is_olpc() stub for CONFIG_OLPC=n, compiler should just optimize the unneeded bits away. Signed-off-by: Lubomir Rintel --- drivers/mfd/cs5535-mfd.c | 24 +++- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/drivers/mfd/cs5535-mfd.c