From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935727AbcKNSRv (ORCPT ); Mon, 14 Nov 2016 13:17:51 -0500 Received: from mga06.intel.com ([134.134.136.31]:39131 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932174AbcKNSRt (ORCPT ); Mon, 14 Nov 2016 13:17:49 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,491,1473145200"; d="scan'208";a="31105789" Message-ID: <1479147466.6544.21.camel@linux.intel.com> Subject: Re: linux-next: Tree for Nov 14 (drivers/cpufreq/intel_pstate.c) From: Srinivas Pandruvada To: Randy Dunlap , Stephen Rothwell , linux-next@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Len Brown , Linux PM list , Viresh Kumar , "Rafael J. Wysocki" , Arnd Bergmann Date: Mon, 14 Nov 2016 10:17:46 -0800 In-Reply-To: References: <20161114182351.434e9c57@canb.auug.org.au> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.20.5 (3.20.5-1.fc24) Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2016-11-14 at 09:48 -0800, Randy Dunlap wrote: > On 11/13/16 23:23, Stephen Rothwell wrote: > > > > Hi all, > > > > Changes since 20161111: > > > > on i386, when CONFIG_ACPI is not enabled: > > ../drivers/cpufreq/intel_pstate.c: In function 'copy_cpu_funcs': > ../drivers/cpufreq/intel_pstate.c:1798:2: error: too few arguments to > function 'intel_pstate_use_acpi_profile' >   intel_pstate_use_acpi_profile(); >   ^ > ../drivers/cpufreq/intel_pstate.c:1782:20: note: declared here >  static inline void intel_pstate_use_acpi_profile(struct pstate_funcs > *funcs) >                     ^ [PATCH] cpufreq: intel_pstate: fix intel_pstate_use_acpi_profile helper from Arnd Bergmann fixes this.  But I am resubmitting the original patch as this is a compile issue. Thanks, Srinivas