Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1604523
| From | Thierry Reding <thierry.reding@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] ARM: tegra: Select SOC_TEGRA_PMC to fix linking error |
| Date | 2017-03-20 14:00 +0100 |
| Message-ID | <tn54K-4Ra-9@gated-at.bofh.it> (permalink) |
| References | <tjVOh-7UT-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
On Sat, Mar 11, 2017 at 10:26:14PM +0200, Krzysztof Kozlowski wrote: > It is possible to create a ARMv7 config with ARCH_TEGRA but without any > SoC specific flavors. Such configs fails because mach-tegra/pm.c is > compiled always and it references SOC_TEGRA_PMC driver: > > arch/arm/mach-tegra/built-in.o: In function `tegra_pm_set': > arch/arm/mach-tegra/pm.c:188: undefined reference to `tegra_pmc_enter_suspend_mode' > > Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> > --- > arch/arm/mach-tegra/Kconfig | 1 + > drivers/soc/tegra/Kconfig | 4 ---- > 2 files changed, 1 insertion(+), 4 deletions(-) I was going to apply this, when Arnd sent in a variant that fixes this in a way that is more in line with how we handle this for other drivers. I've credited you with a Reported-by, though. Thanks, Thierry
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH] ARM: tegra: Select SOC_TEGRA_PMC to fix linking error Thierry Reding <thierry.reding@gmail.com> - 2017-03-20 14:00 +0100
csiph-web