Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752304AbbKEFBR (ORCPT ); Thu, 5 Nov 2015 00:01:17 -0500 Received: from ozlabs.org ([103.22.144.67]:40954 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750981AbbKEFBQ (ORCPT ); Thu, 5 Nov 2015 00:01:16 -0500 Date: Thu, 5 Nov 2015 16:01:13 +1100 From: Stephen Rothwell To: Eduardo Valentin Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Caesar Wang Subject: linux-next: build failure after merge of the thermal-soc tree Message-ID: <20151105160113.5d6f73f7@canb.auug.org.au> X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.28; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1200 Lines: 33 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); ^ 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. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ -- 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/