Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031998AbbKEKWK (ORCPT ); Thu, 5 Nov 2015 05:22:10 -0500 Received: from regular1.263xmail.com ([211.150.99.134]:38374 "EHLO regular1.263xmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031182AbbKEKWI (ORCPT ); Thu, 5 Nov 2015 05:22:08 -0500 X-263anti-spam: KSV:0;BIG:0;ABS:1;DNS:0;ATT:0;SPF:S; X-MAIL-GRAY: 0 X-MAIL-DELIVERY: 1 X-KSVirus-check: 0 X-ABS-CHECKED: 1 X-SKE-CHECKED: 1 X-ADDR-CHECKED: 0 X-RL-SENDER: wxt@rock-chips.com X-FST-TO: linux-kernel@vger.kernel.org X-SENDER-IP: 58.22.7.114 X-LOGIN-NAME: wxt@rock-chips.com X-UNIQUE-TAG: X-ATTACHMENT-NUM: 0 X-DNS-TYPE: 0 Subject: Re: linux-next: build failure after merge of the thermal-soc tree To: Stephen Rothwell , Eduardo Valentin References: <20151105160113.5d6f73f7@canb.auug.org.au> Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org From: Caesar Wang Message-ID: <563B2DC8.1080900@rock-chips.com> Date: Thu, 5 Nov 2015 18:22:00 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <20151105160113.5d6f73f7@canb.auug.org.au> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1410 Lines: 46 在 2015年11月05日 13:01, Stephen Rothwell 写道: > Hi Eduardo, > > After merging the thermal-soc tree, today's linux-next build (powerpc > allyesconfig) failed like this: > > drivers/thermal/rockchip_thermal.c: In function 'rockchip_thermal_suspend': > drivers/thermal/rockchip_thermal.c:641:2: error: implicit declaration of function 'pinctrl_pm_select_sleep_state' [-Werror=implicit-function-declaration] > pinctrl_pm_select_sleep_state(dev); > ^ > drivers/thermal/rockchip_thermal.c: In function 'rockchip_thermal_resume': > drivers/thermal/rockchip_thermal.c:679:2: error: implicit declaration of function 'pinctrl_pm_select_default_state' [-Werror=implicit-function-declaration] > pinctrl_pm_select_default_state(dev); > ^ That's indeed wonder that I build up in next-kernel-v4.3, applied into chromium v3.14 stable kernel. from the log I guess wee need the include file: "#include " > > Caused by commit > > 7e38a5b1daa1 ("thermal: rockchip: support the sleep pinctrl state to avoid glitches") > > Probably just a missing include file. > > I have reverted that commit for today. > > > -- Yours, Caesar -- 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/