Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756521Ab2JDMlE (ORCPT ); Thu, 4 Oct 2012 08:41:04 -0400 Received: from mailout4.samsung.com ([203.254.224.34]:16827 "EHLO mailout4.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756246Ab2JDMlB (ORCPT ); Thu, 4 Oct 2012 08:41:01 -0400 X-AuditID: cbfee61b-b7f2b6d000000f14-1e-506d83db30a8 From: Seungwon Jeon To: "'Will Newton'" , "'Arnd Bergmann'" Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, arm@kernel.org, "'Chris Ball'" , "'Thomas Abraham'" , "'Will Newton'" , "'Jaehoon Chung'" , "'Kyungmin Park'" , linux-mmc@vger.kernel.org References: <1348868177-21205-1-git-send-email-arnd@arndb.de> <1348868177-21205-4-git-send-email-arnd@arndb.de> In-reply-to: Subject: RE: [PATCH 03/12] mmc: dw_mmc: fix building exynos driver as a module Date: Thu, 04 Oct 2012 21:40:59 +0900 Message-id: <001d01cda22d$81a3b4f0$84eb1ed0$%jun@samsung.com> MIME-version: 1.0 Content-type: text/plain; charset=Windows-1252 Content-transfer-encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-index: Ac2fxLv92xmz6GQwQky9jErZTDrg9QCYFZsg Content-language: ko X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFrrMLMWRmVeSWpSXmKPExsVy+t9jAd3bzbkBBv/mmVtc3jWHzeLI/35G ByaPz5vkAhijuGxSUnMyy1KL9O0SuDLOPlvFXvCKt+JO5xyWBsYW7i5GTg4JAROJiS0vGSFs MYkL99azdTFycQgJLGKU+LfjPjuE84dRYt2Ly6wgVWwCWhJ/37xhBrFFBLwkjvY8YAUpYhY4 ziRxYM0JZoiOHYwSB+5OBevgFAiWOLvtCNBcDg5hAT+J9mkmIGEWAVWJo83bwFbzCthKrFk1 jxXCFpT4MfkeC4jNLKAn8fHPbUYIW15i85q3zCBjJATUJR791YW4wUji2O11bBAlIhL7Xrxj nMAoNAvJpFlIJs1CMmkWkpYFjCyrGEVTC5ILipPSc430ihNzi0vz0vWS83M3MYKD+pn0DsZV DRaHGAU4GJV4eC0m5QQIsSaWFVfmHmKU4GBWEuH1zs0NEOJNSaysSi3Kjy8qzUktPsQozcGi JM7b7JESICSQnliSmp2aWpBaBJNl4uCUamBku6SksG2N21S7Vy1O67dud8j6dH/755aej65X 6ri/f9AKL1gq17lTb0l9MNvST9K79nVZNU5UPdtXL2t6wO+S6+Yb3gkFW/7Njua/2jtVvnfn 1ITsGb9PXLL7uH7CvNMS5zZfCp67ZXnoS7t1xxxmtbL36kma/DV5mGw+u25+XLLZFpM7L/ZP UGIpzkg01GIuKk4EAGZ60iRmAgAA Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1972 Lines: 48 Monday, October 01, 2012, Will Newton wrote: > On Fri, Sep 28, 2012 at 10:36 PM, Arnd Bergmann wrote: > > The MODULE_DEVICE_TABLE() entry in the dw_mmc_exynos driver > > points to the wrong symbol which results in a link error > > when building as a loadable module. > > > > Further, we get a warning about the driver_data being > > marked constant, which requires annotating a few pointers > > as const. > > > > Signed-off-by: Arnd Bergmann > > Cc: Chris Ball > > Cc: Thomas Abraham > > Cc: Will Newton > > Cc: Jaehoon Chung > > Cc: Seungwon Jeon > > Cc: Kyungmin Park > > Cc: linux-mmc@vger.kernel.org > > --- > > drivers/mmc/host/dw_mmc-exynos.c | 4 ++-- > > drivers/mmc/host/dw_mmc-pltfm.c | 2 +- > > drivers/mmc/host/dw_mmc-pltfm.h | 2 +- > > drivers/mmc/host/dw_mmc.c | 2 +- > > include/linux/mmc/dw_mmc.h | 2 +- > > 5 files changed, 6 insertions(+), 6 deletions(-) > > This looks ok to me, but I'll let one of the Exynos guys ack those > specific changes as I don't have the hardware. > > There's already a patch for the dev_info warning in dw_mmc.c frm > Seungwon Jeon, and it seems to me like a separate change but I don't > really mind how it gets merged. Looks good to me. I don't mind it about including 'dev_info warning'. Acked-by: Seungwon Jeon > -- > To unsubscribe from this list: send the line "unsubscribe linux-mmc" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/