mmc: dw_mmc: use the mmc_of_parse() instead of local parser
authorJaehoon Chung <jh80.chung@gmail.com>
Mon, 3 Mar 2014 02:36:41 +0000 (11:36 +0900)
committerChris Ball <chris@printf.net>
Mon, 12 May 2014 22:04:32 +0000 (18:04 -0400)
commitd8a4fb0e60c613d85eda57fd1701177ae2f1c6b5
treeeaac74ceec961516104f6e3cb25a30c024eca6b6
parent384a81d585aefd8abf9aca0c18a1f61f5c5e7391
mmc: dw_mmc: use the mmc_of_parse() instead of local parser

mmc_of_parse() have been already parsed the general capability.
Didn't need to use the local parser.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Acked-by: Seungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Chris Ball <chris@printf.net>
Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt
drivers/mmc/host/dw_mmc.c