Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754267AbaAVJSH (ORCPT ); Wed, 22 Jan 2014 04:18:07 -0500 Received: from mail-wi0-f180.google.com ([209.85.212.180]:55897 "EHLO mail-wi0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753140AbaAVJSB (ORCPT ); Wed, 22 Jan 2014 04:18:01 -0500 MIME-Version: 1.0 In-Reply-To: References: <1390339396-3479-1-git-send-email-paul.gortmaker@windriver.com> <1390339396-3479-69-git-send-email-paul.gortmaker@windriver.com> Date: Wed, 22 Jan 2014 04:17:59 -0500 Message-ID: Subject: Re: [PATCH 68/73] drivers/cpufreq: delete non-required instances of From: Paul Gortmaker To: Viresh Kumar Cc: Linux Kernel Mailing List , linux-arch@vger.kernel.org, Kevin Hilman , "Rafael J. Wysocki" , "cpufreq@vger.kernel.org" , "linux-pm@vger.kernel.org" Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 1/21/14, Viresh Kumar wrote: > On 22 January 2014 02:53, Paul Gortmaker > wrote: >> None of these files are actually using any __init type directives >> and hence don't need to include . Most are just a >> left over from __devinit and __cpuinit removal, or simply due to >> code getting copied from one driver to the next. >> >> Cc: Kevin Hilman >> Cc: "Rafael J. Wysocki" >> Cc: Viresh Kumar >> Cc: cpufreq@vger.kernel.org >> Cc: linux-pm@vger.kernel.org >> Signed-off-by: Paul Gortmaker >> --- >> drivers/cpufreq/omap-cpufreq.c | 1 - >> drivers/cpufreq/powernow-k8.c | 1 - >> drivers/cpufreq/s3c2412-cpufreq.c | 1 - >> drivers/cpufreq/s3c2440-cpufreq.c | 1 - >> drivers/cpufreq/spear-cpufreq.c | 1 - >> drivers/cpufreq/speedstep-lib.c | 1 - >> 6 files changed, 6 deletions(-) > > We have discussed this in past where I pointed out this file is required > by stuff like module_init, what happened to that query ? Patch 31/73 relocates module_init and similar macros to module.h so that is no longer an implicit dependency. https://lkml.org/lkml/2014/1/21/488 Thanks, Paul -- > -- > To unsubscribe from this list: send the line "unsubscribe linux-arch" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- 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/