Re: [PATCH, RFC 10/22] mfd: ab8500: debugfs code depends on gpadc

2013-05-02 Thread Arnd Bergmann
On Thursday 02 May 2013, Lee Jones wrote: > > @@ -580,7 +580,7 @@ config AB8500_CORE > > > > config AB8500_DEBUG > > bool "Enable debug info via debugfs" > > - depends on AB8500_CORE && DEBUG_FS > > + depends on AB8500_GPADC && DEBUG_FS > > default y if DEBUG_FS > >

Re: [PATCH, RFC 10/22] mfd: ab8500: debugfs code depends on gpadc

2013-05-02 Thread Lee Jones
On Thu, 02 May 2013, Arnd Bergmann wrote: > The AB8500_DEBUG code specifically requires access to the gpadc code, > not just the common ab8500 driver. > > drivers/built-in.o: In function `ab8500_gpadc_bat_ctrl_print': > mfd/ab8500-debugfs.c:1733: undefined reference to `ab8500_gpadc_get' > mfd/

[PATCH, RFC 10/22] mfd: ab8500: debugfs code depends on gpadc

2013-05-02 Thread Arnd Bergmann
The AB8500_DEBUG code specifically requires access to the gpadc code, not just the common ab8500 driver. drivers/built-in.o: In function `ab8500_gpadc_bat_ctrl_print': mfd/ab8500-debugfs.c:1733: undefined reference to `ab8500_gpadc_get' mfd/ab8500-debugfs.c:1734: undefined reference to `ab8500_g