On Sat, Aug 30, 2014 at 6:19 PM, Pramod Gurav <pramod.gu...@smartplayin.com> wrote:
> This patch adds a remove function in platform_driver to pinctrl_unregister > for clean unloading. > This makes local struct pinctrl_dev a part of struct bcm281xx_pinctrl_data to > be accessed from pdev in remove function. > > CC: Sherman Yin <s...@broadcom.com> > CC: Linus Walleij <linus.wall...@linaro.org> > Signed-off-by: Pramod Gurav <pramod.gu...@smartplayin.com> Since this driver is a "bool" in Kconfig, it is not loaded as a module and .remove() is never called. So this is unnecessary. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/