Re: [PATCH 12/21] mmc: sdhci-tegra: fix MODULE_DEVICE_TABLE

2013-04-23 Thread Chris Ball
Hi, On Tue, Apr 23 2013, Arnd Bergmann wrote: >> I was going to take this, but it doesn't apply to mmc-next or >> linux-next, because the #endif in your first line of context isn't >> present in those trees -- which tree is this based on? > > I based it on 3.9-rc8. Thanks, I should have thought o

Re: [PATCH 12/21] mmc: sdhci-tegra: fix MODULE_DEVICE_TABLE

2013-04-23 Thread Arnd Bergmann
The symbol referenced in MODULE_DEVICE_TABLE must match the actual table, otherwise we get a build error like sdhci-tegra.c:206:34: error: '__mod_of_device_table' aliased to undefined symbol 'sdhci_dt_ids' Signed-off-by: Arnd Bergmann Cc: Stephen Warren Cc: Chris Ball --- On Tuesday 23 April

Re: [PATCH 12/21] mmc: sdhci-tegra: fix MODULE_DEVICE_TABLE

2013-04-23 Thread Chris Ball
Hi Arnd, On Tue, Apr 23 2013, Arnd Bergmann wrote: > The symbol referenced in MODULE_DEVICE_TABLE must match the actual > table, otherwise we get a build error like > > sdhci-tegra.c:206:34: error: '__mod_of_device_table' aliased to undefined > symbol 'sdhci_dt_ids' > > Signed-off-by: Arnd Bergma

[PATCH 12/21] mmc: sdhci-tegra: fix MODULE_DEVICE_TABLE

2013-04-23 Thread Arnd Bergmann
The symbol referenced in MODULE_DEVICE_TABLE must match the actual table, otherwise we get a build error like sdhci-tegra.c:206:34: error: '__mod_of_device_table' aliased to undefined symbol 'sdhci_dt_ids' Signed-off-by: Arnd Bergmann Cc: Stephen Warren Cc: Chris Ball --- drivers/mmc/host/sd