From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753966AbbFDWuh (ORCPT ); Thu, 4 Jun 2015 18:50:37 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:36926 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751838AbbFDWuf (ORCPT ); Thu, 4 Jun 2015 18:50:35 -0400 Date: Thu, 4 Jun 2015 15:50:33 -0700 From: Stephen Boyd To: Paul Gortmaker Cc: linux-kernel@vger.kernel.org, Emilio =?iso-8859-1?Q?L=F3pez?= , Mike Turquette , Maxime Ripard , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] drivers/clk: convert sunxi/clk-mod0.c to use builtin_platform_driver Message-ID: <20150604225033.GD8099@codeaurora.org> References: <1431287385-1526-1-git-send-email-paul.gortmaker@windriver.com> <1433358578-9579-1-git-send-email-paul.gortmaker@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1433358578-9579-1-git-send-email-paul.gortmaker@windriver.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/03, Paul Gortmaker wrote: > This driver builds based on obj-y and hence will not ever be > modular. Change it to use the non-modular registration so that it > won't suffer a compile fail once a header move places the modular > registration within the module.h file. > > Cc: "Emilio López" > Cc: Mike Turquette > Cc: Stephen Boyd > Cc: Maxime Ripard > Cc: linux-clk@vger.kernel.org > Cc: linux-arm-kernel@lists.infradead.org > Signed-off-by: Paul Gortmaker > --- Acked-by: Stephen Boyd -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project