Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754757AbaAVE7Z (ORCPT ); Tue, 21 Jan 2014 23:59:25 -0500 Received: from mail-ob0-f173.google.com ([209.85.214.173]:49018 "EHLO mail-ob0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754469AbaAVE66 (ORCPT ); Tue, 21 Jan 2014 23:58:58 -0500 MIME-Version: 1.0 In-Reply-To: <1390339396-3479-69-git-send-email-paul.gortmaker@windriver.com> 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 10:28:57 +0530 Message-ID: Subject: Re: [PATCH 68/73] drivers/cpufreq: delete non-required instances of From: Viresh Kumar To: Paul Gortmaker 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 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 ? -- 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/