From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752793AbbFPPcf (ORCPT ); Tue, 16 Jun 2015 11:32:35 -0400 Received: from mail.windriver.com ([147.11.1.11]:59687 "EHLO mail.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750985AbbFPPc0 (ORCPT ); Tue, 16 Jun 2015 11:32:26 -0400 Message-ID: <558040E9.2060008@windriver.com> Date: Tue, 16 Jun 2015 11:29:45 -0400 From: Paul Gortmaker User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Krzysztof Kozlowski , "Rafael J. Wysocki" CC: , Viresh Kumar , Kukjin Kim , , , Subject: Re: [PATCH] drivers/cpufreq: include for modular exynos-cpufreq.c code References: <1430444867-22342-1-git-send-email-paul.gortmaker@windriver.com> <1433366298-30016-1-git-send-email-paul.gortmaker@windriver.com> <5110473.q5rJrrjs9a@vostro.rjw.lan> <557F6567.1070901@samsung.com> In-Reply-To: <557F6567.1070901@samsung.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [128.224.56.57] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 15-06-15 07:53 PM, Krzysztof Kozlowski wrote: > On 16.06.2015 08:47, Rafael J. Wysocki wrote: >> On Wednesday, June 03, 2015 05:18:18 PM Paul Gortmaker wrote: >>> This file is built off of a tristate Kconfig option ("ARM_EXYNOS_CPUFREQ") >>> and also contains modular function calls so it should explicitly include >>> module.h to avoid compile breakage during pending header shuffles. >>> >>> Cc: "Rafael J. Wysocki" >>> Cc: Viresh Kumar >>> Cc: Kukjin Kim >>> Cc: Krzysztof Kozlowski >>> Cc: linux-pm@vger.kernel.org >>> Cc: linux-arm-kernel@lists.infradead.org >>> Cc: linux-samsung-soc@vger.kernel.org >>> Signed-off-by: Paul Gortmaker >> >> I'm assuming that this will go in via the Samsung tree. >> >> >>> --- >>> >>> [ patch will be appended to the implicit include fixup series, see: >>> https://lkml.kernel.org/r/1430444867-22342-1-git-send-email-paul.gortmaker@windriver.com >>> for the original series posting.] > > Paul, will you handle the patch or should it go through Samsung tree? I have to keep a copy of the patch in the above series, since if I don't then we'll introduce build failures into the bisection history, so yes I'll handle it. Thanks, Paul. -- > > Best regards, > Krzysztof >