Re: [PATCH 2/2] mfd: tps65218: Introduce dependency on CONFIG_OF

2017-09-14 Thread Lee Jones
On Wed, 13 Sep 2017, Keerthy wrote: > Currently the driver boots only via device tree hence add a > dependency on CONFIG_OF. This leaves with a bunch of unused code > so clean that up. > > Signed-off-by: Keerthy > --- > drivers/mfd/Kconfig| 2 +- > drivers/mfd/tps65218.c | 8 > 2 f

[PATCH 2/2] mfd: tps65218: Introduce dependency on CONFIG_OF

2017-09-13 Thread Keerthy
Currently the driver boots only via device tree hence add a dependency on CONFIG_OF. This leaves with a bunch of unused code so clean that up. Signed-off-by: Keerthy --- drivers/mfd/Kconfig| 2 +- drivers/mfd/tps65218.c | 8 2 files changed, 1 insertion(+), 9 deletions(-) diff --gi