mmc: sh_mobile_sdhi: don't use array for DT configs
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Tue, 26 Apr 2016 15:55:22 +0000 (17:55 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 2 May 2016 08:33:38 +0000 (10:33 +0200)
commit13bbd8af65895c524c27850495fadf23449f9f3d
treeb9275ec7ee1c1511f75ce69fc8729d9117ff5f21
parentb10fa99e9a5f8b37a4eae1522048a327fe7ce480
mmc: sh_mobile_sdhi: don't use array for DT configs

We won't access an index based array to get our DT config, but create
separate structs instead. So, remove the array which only wastes memory.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sh_mobile_sdhi.c