mmc: dw_mmc-pltfm: move probe and remove below dt match table
authorHeiko Stübner <heiko@sntech.de>
Thu, 13 Jun 2013 08:57:01 +0000 (10:57 +0200)
committerChris Ball <cjb@laptop.org>
Fri, 5 Jul 2013 16:46:27 +0000 (12:46 -0400)
commitb177a530bbe4f7dd01617f542311f87208d21ec6
treec8c3864b2f9a883f877bb8d01118cea321d4713b
parent04520817d90f1dce863ab7f06531da7579798696
mmc: dw_mmc-pltfm: move probe and remove below dt match table

In a subsquent patch probe will need to do some handling of data from
the dt match table. So to prevent the need for forward declarations,
move probe and remove below the match table.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Seungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/dw_mmc-pltfm.c