Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758771Ab3FAJpp (ORCPT ); Sat, 1 Jun 2013 05:45:45 -0400 Received: from mail-qa0-f52.google.com ([209.85.216.52]:60985 "EHLO mail-qa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758719Ab3FAJp1 (ORCPT ); Sat, 1 Jun 2013 05:45:27 -0400 MIME-Version: 1.0 In-Reply-To: <2104181.OHBofkq3lH@wuerfel> References: <1370038972-2318779-1-git-send-email-arnd@arndb.de> <1370038972-2318779-8-git-send-email-arnd@arndb.de> <2104181.OHBofkq3lH@wuerfel> Date: Sat, 1 Jun 2013 15:15:26 +0530 Message-ID: Subject: Re: [PATCH 07/15] cpufreq: spear needs cpufreq table From: Viresh Kumar To: Arnd Bergmann Cc: linux-kernel@vger.kernel.org, patches@lists.linaro.org, linux-arm-kernel@lists.infradead.org, "Rafael J. Wysocki" , cpufreq@vger.kernel.org, linux-pm@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1892 Lines: 41 On 1 June 2013 14:33, Arnd Bergmann wrote: > On Saturday 01 June 2013 07:28:01 Viresh Kumar wrote: >> On 1 June 2013 03:52, Arnd Bergmann wrote: >> > Like a lot of the other cpufreq drivers, this one needs to >> > select CONFIG_CPU_FREQ_TABLE to avoid a build error like >> > >> > drivers/built-in.o: In function `spear_cpufreq_exit': >> > spear-cpufreq.c:198: undefined reference to `cpufreq_frequency_table_put_attr' >> > drivers/built-in.o: In function `spear_cpufreq_verify': >> > spear-cpufreq.c:35: undefined reference to `cpufreq_frequency_table_verify' >> > drivers/built-in.o: In function `spear_cpufreq_init': >> > spear-cpufreq.c:181: undefined reference to `cpufreq_frequency_table_cpuinfo' >> > spear-cpufreq.c:187: undefined reference to `cpufreq_frequency_table_get_attr' >> > drivers/built-in.o: In function `spear_cpufreq_target': >> > spear-cpufreq.c:120: undefined reference to `cpufreq_frequency_table_target' >> > drivers/built-in.o:(.data+0x5e63c): undefined reference to `cpufreq_freq_attr_scaling_available_freqs' >> > >> > Signed-off-by: Arnd Bergmann >> > Cc: Rafael J. Wysocki >> > Cc: Viresh Kumar >> > Cc: cpufreq@vger.kernel.org >> > Cc: linux-pm@vger.kernel.org >> > --- >> > drivers/cpufreq/Kconfig.arm | 1 + >> > 1 file changed, 1 insertion(+) >> >> Acked-by: Viresh Kumar >> >> BTW, you want me to apply this one or take it through arm-soc tree? > > As I said in the introductory mail, I would prefer it if you > can pick it up. Thanks! I saw that mail later :( Applied to cpufreq-next. Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/