Thread (3 messages) 3 messages, 3 authors, 2012-11-01

Re: [PATCH] exynos: mmc: use correct variable for MODULE_DEVICE_TABLE

From: Jaehoon Chung <jh80.chung@samsung.com>
Date: 2012-10-31 04:33:53
Also in: lkml

Looks good to me.

Acked-by: Jaehoon Chung <jh80.chung@samsung.com>

On 10/31/2012 07:21 AM, Sergei Trofimovich wrote:
quoted hunk ↗ jump to hunk
From: Sergei Trofimovich <redacted>

Found by gcc:

    linux-2.6/drivers/mmc/host/dw_mmc-exynos.c: At top level:
    linux-2.6/drivers/mmc/host/dw_mmc-exynos.c:226:1: error: '__mod_of_device_table' aliased to undefined symbol 'dw_mci_pltfm_match'

CC: Chris Ball <redacted>
CC: Thomas Abraham <redacted>
CC: Will Newton <redacted>
CC: linux-mmc@vger.kernel.org
CC: linux-kernel@vger.kernel.org
Signed-off-by: Sergei Trofimovich <redacted>
---
 drivers/mmc/host/dw_mmc-exynos.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mmc/host/dw_mmc-exynos.c b/drivers/mmc/host/dw_mmc-exynos.c
index 660bbc5..0147ac3a 100644
--- a/drivers/mmc/host/dw_mmc-exynos.c
+++ b/drivers/mmc/host/dw_mmc-exynos.c
@@ -223,7 +223,7 @@ static const struct of_device_id dw_mci_exynos_match[] = {
 			.data = (void *)&exynos5250_drv_data, },
 	{},
 };
-MODULE_DEVICE_TABLE(of, dw_mci_pltfm_match);
+MODULE_DEVICE_TABLE(of, dw_mci_exynos_match);
 
 int dw_mci_exynos_probe(struct platform_device *pdev)
 {
  
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help