Re: [PATCH] soc/tegra: fix link errors with PMC disabled

2017-03-20 Thread Thierry Reding
On Mon, Mar 20, 2017 at 10:13:06AM +0100, Arnd Bergmann wrote: > With the new Tegra186 PMC driver merged, anything that relies on the previous > PMC driver fails to link when that is disabled: > > arch/arm/mach-tegra/pm.o: In function `tegra_pm_set': > pm.c:(.text.tegra_pm_set+0x3c): undefined ref

Re: [PATCH] soc/tegra: fix link errors with PMC disabled

2017-03-20 Thread Thierry Reding
On Mon, Mar 20, 2017 at 09:47:39AM +, Jon Hunter wrote: > Hi Arnd, > > On 20/03/17 09:13, Arnd Bergmann wrote: > > With the new Tegra186 PMC driver merged, anything that relies on the > > previous > > PMC driver fails to link when that is disabled: > > > > arch/arm/mach-tegra/pm.o: In functi

Re: [PATCH] soc/tegra: fix link errors with PMC disabled

2017-03-20 Thread Jon Hunter
Hi Arnd, On 20/03/17 09:13, Arnd Bergmann wrote: > With the new Tegra186 PMC driver merged, anything that relies on the previous > PMC driver fails to link when that is disabled: > > arch/arm/mach-tegra/pm.o: In function `tegra_pm_set': > pm.c:(.text.tegra_pm_set+0x3c): undefined reference to >

[PATCH] soc/tegra: fix link errors with PMC disabled

2017-03-20 Thread Arnd Bergmann
With the new Tegra186 PMC driver merged, anything that relies on the previous PMC driver fails to link when that is disabled: arch/arm/mach-tegra/pm.o: In function `tegra_pm_set': pm.c:(.text.tegra_pm_set+0x3c): undefined reference to `tegra_pmc_enter_suspend_mode' arch/arm/mach-tegra/pm.o: In fu