From mboxrd@z Thu Jan 1 00:00:00 1970 From: Seungwon Jeon Subject: RE: [PATCH v3 3/7] mmc: dw_mmc-pltfm: move probe and remove below dt match table Date: Wed, 12 Jun 2013 10:16:15 +0900 Message-ID: <000901ce670a$6f96a2c0$4ec3e840$%jun@samsung.com> References: <201306111328.52679.heiko@sntech.de> <201306111330.28759.heiko@sntech.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-reply-to: <201306111330.28759.heiko@sntech.de> Content-language: ko Sender: linux-mmc-owner@vger.kernel.org To: =?UTF-8?Q?'Heiko_St=C3=BCbner'?= , linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org, 'Mike Turquette' , 'Jaehoon Chung' , 'Chris Ball' , linux-mmc@vger.kernel.org, 'Grant Likely' , 'Rob Herring' , 'Linus Walleij' , devicetree-discuss@lists.ozlabs.org, 'Russell King' , 'Arnd Bergmann' , 'Olof Johansson' , 'Thomas Petazzoni' , 'Andy Shevchenko' List-Id: devicetree@vger.kernel.org On 06/11/13 2013 8:30 PM Heiko St=C3=BCbner wrote: > 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. >=20 > Signed-off-by: Heiko Stuebner Acked-by: Seungwon Jeon