From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753187AbcHXH5I (ORCPT ); Wed, 24 Aug 2016 03:57:08 -0400 Received: from mga04.intel.com ([192.55.52.120]:16050 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751576AbcHXH5G (ORCPT ); Wed, 24 Aug 2016 03:57:06 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,569,1464678000"; d="scan'208";a="1019493140" Message-ID: <1472025373.2682.42.camel@intel.com> Subject: Re: linux-next: build warning after merge of the thermal tree From: Zhang Rui To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Amit Kucheria , Leo Yan Date: Wed, 24 Aug 2016 15:56:13 +0800 In-Reply-To: <20160824133833.3e92892a@canb.auug.org.au> References: <20160824133833.3e92892a@canb.auug.org.au> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.2-0ubuntu3 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 三, 2016-08-24 at 13:38 +1000, Stephen Rothwell wrote: > Hi Zhang, > > After merging the thermal tree, today's linux-next build (powerpc > allyesconfig) produced this warning: > > warning: (HISI_THERMAL) selects STUB_CLK_HI6220 which has unmet > direct dependencies (COMMON_CLK && COMMON_CLK_HI6220 && MAILBOX) > > Introduced by commit > >   5f63581ce68e ("thermal: hisilicon: Add dependency on the clock > driver to allow frequency scaling") > > BTW: That commit message does not match the change (which adds a > "select" not a "depends on". > Right, thanks for reporting the issue. Patch dropped from thermal -next tree. thanks, rui