From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751322AbcCAB6o (ORCPT ); Mon, 29 Feb 2016 20:58:44 -0500 Received: from v094114.home.net.pl ([79.96.170.134]:52644 "HELO v094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751117AbcCAB6m (ORCPT ); Mon, 29 Feb 2016 20:58:42 -0500 From: "Rafael J. Wysocki" To: Arnd Bergmann Cc: Viresh Kumar , linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] cpufreq: qoriq: allow building as module with THERMAL=m Date: Tue, 01 Mar 2016 03:00:22 +0100 Message-ID: <4312477.lDX3yCWWFs@vostro.rjw.lan> User-Agent: KMail/4.11.5 (Linux/4.5.0-rc1+; KDE/4.11.5; x86_64; ; ) In-Reply-To: <1456761867-1742824-1-git-send-email-arnd@arndb.de> References: <1456761867-1742824-1-git-send-email-arnd@arndb.de> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday, February 29, 2016 05:04:20 PM Arnd Bergmann wrote: > My previous patch to avoid link errors with the qoriq cpufreq > driver disallowed all of the broken cases, but also prevented > the driver from being built when CONFIG_THERMAL is a module. > > This changes the dependency to allow the cpufreq driver to > also be a module in this case, just not built-in. > > Signed-off-by: Arnd Bergmann > Fixes: cpufreq: qoriq depends on thermal > --- > > If possible, please fold this change directly into the previous > commit Done. I've applied the [2/2] too. Thanks, Rafael