linux-next: build failure after merge of the thermal tree

2020-12-14 Thread Stephen Rothwell
Hi all, After merging the thermal tree, today's linux-next build (arm multi_v7_defconfig) failed like this: drivers/thermal/devfreq_cooling.c: In function 'devfreq_cooling_set_cur_state': drivers/thermal/devfreq_cooling.c:102:9: error: 'struct device' has no member named 'em_pd' 102 | if (dev

Re: linux-next: build failure after merge of the thermal tree

2018-12-06 Thread Amit Kucheria
Hi Stephen, Rui, On Fri, Dec 7, 2018 at 6:55 AM Stephen Rothwell wrote: > > Hi Zhang, > > After merging the thermal tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/thermal/qcom/qcom-spmi-temp-alarm.c:26:10: fatal error: > thermal_core.h: No such file or direc

linux-next: build failure after merge of the thermal tree

2018-12-06 Thread Stephen Rothwell
Hi Zhang, After merging the thermal tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/thermal/qcom/qcom-spmi-temp-alarm.c:26:10: fatal error: thermal_core.h: No such file or directory #include "thermal_core.h" ^~~~ Caused by commit 150a4fe8

Re: linux-next: build failure after merge of the thermal tree

2018-06-07 Thread Stephen Rothwell
Hi all, On Fri, 8 Jun 2018 10:51:20 +1000 Stephen Rothwell wrote: > > After merging the thermal tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/thermal/qcom/tsens.c: In function 'tsens_probe': > drivers/thermal/qcom/tsens.c:144:31: error: 's' undeclared (fir

linux-next: build failure after merge of the thermal tree

2018-06-07 Thread Stephen Rothwell
Hi Zhang, After merging the thermal tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/thermal/qcom/tsens.c: In function 'tsens_probe': drivers/thermal/qcom/tsens.c:144:31: error: 's' undeclared (first use in this function) num_sensors * sizeof(*s), GFP_KERNE

Re: linux-next: build failure after merge of the thermal tree

2014-12-08 Thread Zhang Rui
On Tue, 2014-12-09 at 10:31 +0800, Aaron Lu wrote: > Sorry for the trouble. > > Hi Rui, > > Please let me know if you want an update to the original patch > or an incremental one. > updated one > Thanks, > Aaron > > On 12/09/2014 10:17 AM, Stephen Rothwell wrote: > > Hi Zhang, > > > > After me

Re: linux-next: build failure after merge of the thermal tree

2014-12-08 Thread Aaron Lu
Sorry for the trouble. Hi Rui, Please let me know if you want an update to the original patch or an incremental one. Thanks, Aaron On 12/09/2014 10:17 AM, Stephen Rothwell wrote: > Hi Zhang, > > After merging the thermal tree, today's linux-next build (powerpc > ppc64_defconfig) failed like th

linux-next: build failure after merge of the thermal tree

2014-12-08 Thread Stephen Rothwell
Hi Zhang, After merging the thermal tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: drivers/thermal/Kconfig:265: can't open file "drivers/thermal/int340x_thermal/Kconfig" Caused by commit 4152c8bc018d ("Thermal: introduce INT3406 thermal driver"). Presumable a new fi

linux-next: build failure after merge of the thermal tree

2014-10-15 Thread Stephen Rothwell
Hi Zhang, After merging the thermal tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/thermal/thermal_core.c:1183:1: error: redefinition of 'thermal_cooling_device_register' thermal_cooling_device_register(char *type, void *devdata, ^ In file included from drivers/

Re: linux-next: build failure after merge of the thermal tree

2014-10-10 Thread Zhang Rui
On Fri, 2014-10-10 at 12:14 +1100, Stephen Rothwell wrote: > Hi Zhang, > > After merging the thermal tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > In file included from /scratch/sfr/next/init/main.c:27:0: > /scratch/sfr/next/include/linux/acpi.h: In function >

linux-next: build failure after merge of the thermal tree

2014-10-09 Thread Stephen Rothwell
Hi Zhang, After merging the thermal tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: In file included from /scratch/sfr/next/init/main.c:27:0: /scratch/sfr/next/include/linux/acpi.h: In function 'acpi_create_platform_device': /scratch/sfr/next/include/linux/acpi.h:528:1

Re: linux-next: build failure after merge of the thermal tree

2012-10-08 Thread Fengguang Wu
On Mon, Oct 08, 2012 at 11:02:05AM +1100, Stephen Rothwell wrote: > Hi Zhang, > > After merging the thermal tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/thermal/cpu_cooling.c: In function 'get_idr': > drivers/thermal/cpu_cooling.c:89:14: error: 'MAX_ID_MASK

RE: linux-next: build failure after merge of the thermal tree

2012-10-07 Thread Zhang, Rui
ct: linux-next: build failure after merge of the thermal tree > Importance: High > > Hi Zhang, > > After merging the thermal tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/thermal/cpu_cooling.c: In function 'get_idr'

linux-next: build failure after merge of the thermal tree

2012-10-07 Thread Stephen Rothwell
Hi Zhang, After merging the thermal tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/thermal/cpu_cooling.c: In function 'get_idr': drivers/thermal/cpu_cooling.c:89:14: error: 'MAX_ID_MASK' undeclared (first use in this function) Caused by commit 023614183768 ("ther