From mboxrd@z Thu Jan 1 00:00:00 1970 From: t.figa@samsung.com (Tomasz Figa) Date: Wed, 04 Sep 2013 16:36:25 +0200 Subject: 3.12 merge window exynos cpufreq driver fails to build In-Reply-To: References: Message-ID: <7035644.8Kb1gDYsCf@amdc1227> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Josh, On Wednesday 04 of September 2013 10:13:16 Josh Boyer wrote: > Using Linus' tree as of this morning (v3.11-2654-g458c3f6), the > exynos-cpufreq driver doesn't build because it includes a file that > doesn't exist. > > + make -s ARCH=arm V=1 -j4 bzImage KALLSYMS_EXTRA_PASS=1 > arch/arm/kernel/return_address.c:63:2: warning: #warning "TODO: > return_address should use unwind tables" [-Wcpp] > #warning "TODO: return_address should use unwind tables" > ^ > arch/arm/mm/dma-mapping.c:253:2: warning: #warning ARM Coherent DMA > allocator does not (yet) support huge TLB [-Wcpp] > #warning ARM Coherent DMA allocator does not (yet) support huge TLB > ^ > drivers/cpufreq/exynos-cpufreq.c:21:22: fatal error: plat/cpu.h: No > such file or directory > #include > ^ > compilation terminated. > make[2]: *** [drivers/cpufreq/exynos-cpufreq.o] Error 1 > > I'm guessing that file is supposed to come from > arch/arm/plat-samsung/include/plat/, but I don't see anything that > specifies a -I there. > > Thoughts? Could you attach config that could be used to trigger this? Thanks in advance. Best regards, Tomasz