gpio: mxs: Remove unused .id_table support
authorFabio Estevam <festevam@gmail.com>
Wed, 18 Nov 2020 19:19:38 +0000 (16:19 -0300)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 4 Dec 2020 08:08:54 +0000 (09:08 +0100)
commit105e051f1ae4cf1e94110a834987fdc78673f0c8
tree1f6f30a8ef18f4d69138c42efdb538c549cd4256
parentc4e1f7d92cd609e4929b2b3d8abe5eb21b9823ef
gpio: mxs: Remove unused .id_table support

mxs is a devicetree-only platform and hence it does not make use
of the id_table mechanism.

Get rid of the .id_table as it is unused.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Link: https://lore.kernel.org/r/20201118191938.32693-1-festevam@gmail.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-mxs.c