Re: [PATCH, v2] allow gpiolib to be a module

2012-09-19 Thread Linus Walleij
On Wed, Sep 19, 2012 at 3:16 PM, Jan Beulich wrote: > Without ARCH_REQUIRE_GPIOLIB there's no reason to force this code, when > enabled, to always be built into the kernel, which requires only minor > Makefile and source code adjustments. > > Signed-off-by: Jan Beulich > Cc: Ryan Mallon > > ---

[PATCH, v2] allow gpiolib to be a module

2012-09-19 Thread Jan Beulich
Without ARCH_REQUIRE_GPIOLIB there's no reason to force this code, when enabled, to always be built into the kernel, which requires only minor Makefile and source code adjustments. Signed-off-by: Jan Beulich Cc: Ryan Mallon --- v2: Make gpiolib_init() static. Properly handle !CONFIG_DEBUG_FS ca