Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753544Ab3JDCxy (ORCPT ); Thu, 3 Oct 2013 22:53:54 -0400 Received: from mail-qe0-f43.google.com ([209.85.128.43]:57339 "EHLO mail-qe0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752008Ab3JDCxw (ORCPT ); Thu, 3 Oct 2013 22:53:52 -0400 MIME-Version: 1.0 X-Originating-IP: [173.13.129.225] In-Reply-To: References: Date: Thu, 3 Oct 2013 19:53:51 -0700 Message-ID: Subject: Re: [PATCH 038/228] cpufreq: sa11x0: Expose frequency table From: Olof Johansson To: Viresh Kumar Cc: "Rafael J. Wysocki" , linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, Patch Tracking , "linux-kernel@vger.kernel.org" , cpufreq@vger.kernel.org, "linux-arm-kernel@lists.infradead.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: 935 Lines: 21 On Fri, Sep 13, 2013 at 5:59 AM, Viresh Kumar wrote: > This patch exposes sa11x0's frequency table to cpufreq core. It always existed > but not as an array frequencies and not in the format cpufreq core wants it to. > Also it was present in the unit of 100kHz earlier which is made consistent with > cpufreq core now, i.e. kHz. > > Signed-off-by: Viresh Kumar This causes breakage in linux-next for any SA1100 target: In file included from ../../arch/arm/mach-sa1100/irq.c:24:0: ../../arch/arm/mach-sa1100/generic.h:24:39: error: array type has incomplete element type extern struct cpufreq_frequency_table sa11x0_freq_table[]; -Olof -- 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/