pinctrl: remove orphaned exported ".remove" function
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 26 Jun 2016 02:46:52 +0000 (22:46 -0400)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 29 Jun 2016 07:56:28 +0000 (09:56 +0200)
commit11884b18ef0642e08f8a413e55c11d1cd6c62fee
tree7bb6d3a772e25aa73ae37d21c32185926df3458c
parent37824c122cc4d3b6f8b8f6591279386672049360
pinctrl: remove orphaned exported ".remove" function

The Kconfig currently controlling compilation of this code is:

drivers/pinctrl/freescale/Kconfig:config PINCTRL_MXS
drivers/pinctrl/freescale/Kconfig: bool

...meaning that it currently is not being built as a module by anyone.

It also doesn't have any modular functionality, so it doesn't need
module.h included at all.

What it does have is an exported function that was used as a shared
".remove" by other drivers, but those use cases (imx23 and imx28)
are now gone, and hence this can disappear as well.

Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: linux-gpio@vger.kernel.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/freescale/pinctrl-mxs.c
drivers/pinctrl/freescale/pinctrl-mxs.h