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)
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>

No differences found