From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guenter Roeck Subject: Re: [PATCH 50/73] drivers/hwmon: delete non-required instances of include Date: Tue, 21 Jan 2014 13:37:19 -0800 Message-ID: <20140121213719.GA11888@roeck-us.net> References: <1390339396-3479-1-git-send-email-paul.gortmaker@windriver.com> <1390339396-3479-51-git-send-email-paul.gortmaker@windriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1390339396-3479-51-git-send-email-paul.gortmaker@windriver.com> Sender: linux-kernel-owner@vger.kernel.org To: Paul Gortmaker Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Jean Delvare , lm-sensors@lm-sensors.org List-Id: linux-arch.vger.kernel.org On Tue, Jan 21, 2014 at 04:22:53PM -0500, 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: Jean Delvare > Cc: Guenter Roeck > Cc: lm-sensors@lm-sensors.org > Signed-off-by: Paul Gortmaker Hi Paul, nice cleanup. I applied it to my local repository to run a set of build tests with it. Assuming the plan is to push the changes through your tree: Acked-by: Guenter Roeck Guenter From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pb0-f48.google.com ([209.85.160.48]:50103 "EHLO mail-pb0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755392AbaAUVhU (ORCPT ); Tue, 21 Jan 2014 16:37:20 -0500 Date: Tue, 21 Jan 2014 13:37:19 -0800 From: Guenter Roeck Subject: Re: [PATCH 50/73] drivers/hwmon: delete non-required instances of include Message-ID: <20140121213719.GA11888@roeck-us.net> References: <1390339396-3479-1-git-send-email-paul.gortmaker@windriver.com> <1390339396-3479-51-git-send-email-paul.gortmaker@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1390339396-3479-51-git-send-email-paul.gortmaker@windriver.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Paul Gortmaker Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Jean Delvare , lm-sensors@lm-sensors.org Message-ID: <20140121213719.CjvKIwA9gU2U3-9-Jty6yN133kvdCnx0EFzSGTImEkU@z> On Tue, Jan 21, 2014 at 04:22:53PM -0500, 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: Jean Delvare > Cc: Guenter Roeck > Cc: lm-sensors@lm-sensors.org > Signed-off-by: Paul Gortmaker Hi Paul, nice cleanup. I applied it to my local repository to run a set of build tests with it. Assuming the plan is to push the changes through your tree: Acked-by: Guenter Roeck Guenter