mmc: mxs: Remove the unused .id_table
authorFabio Estevam <festevam@gmail.com>
Mon, 23 Nov 2020 19:19:56 +0000 (16:19 -0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 24 Nov 2020 14:17:18 +0000 (15:17 +0100)
commitd33b5b6857204578e308b6c8f8e060a6c92cb183
tree454929f91f2f4c9f5e832757d943b4b720f6e46c
parenta3096ec649ea77a921d7612f71aa926d822641f5
mmc: mxs: Remove the unused .id_table

The mxs-mmc driver is only used by DT platforms and the .id_table
is unused.

Get rid of it to simplify the code.

While at it, use of_device_get_match_data() to retrieve the driver
data.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Link: https://lore.kernel.org/r/20201123191956.10542-1-festevam@gmail.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/mxs-mmc.c