Re: [PATCH 07/15] cpufreq: spear needs cpufreq table

2013-06-01 Thread Viresh Kumar
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

Re: [PATCH 07/15] cpufreq: spear needs cpufreq table

2013-06-01 Thread Arnd Bergmann
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-cpu

Re: [PATCH 07/15] cpufreq: spear needs cpufreq table

2013-05-31 Thread Viresh Kumar
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_at

[PATCH 07/15] cpufreq: spear needs cpufreq table

2013-05-31 Thread Arnd Bergmann
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_ve