Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761136AbXKNUzR (ORCPT ); Wed, 14 Nov 2007 15:55:17 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753843AbXKNUzA (ORCPT ); Wed, 14 Nov 2007 15:55:00 -0500 Received: from sj-iport-6.cisco.com ([171.71.176.117]:10989 "EHLO sj-iport-6.cisco.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751720AbXKNUy6 (ORCPT ); Wed, 14 Nov 2007 15:54:58 -0500 To: Julia Lawall Cc: rolandd@cisco.com, mshefty@ichips.intel.com, halr@voltaire.com, openib-general@openib.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH 3/4] drivers/infiniband: Drop redundant includes of moduleparam.h X-Message-Flag: Warning: May contain useful information References: From: Roland Dreier Date: Wed, 14 Nov 2007 12:54:52 -0800 In-Reply-To: (Julia Lawall's message of "Tue, 13 Nov 2007 22:35:14 +0100 (CET)") Message-ID: User-Agent: Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.20 (linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-OriginalArrivalTime: 14 Nov 2007 20:54:52.0693 (UTC) FILETIME=[9A93F450:01C82700] Authentication-Results: sj-dkim-2; header.From=rdreier@cisco.com; dkim=pass ( sig from cisco.com/sjdkim2002 verified; ); Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 734 Lines: 15 > Drop #include in files that also include #include > . module.h includes moduleparam.h already. Do we want to make this sort of source code change? I thought that the consensus about the kernel was that we wanted to avoid relying of implicit includes of by -- in this case a better change would actually seem to be to explicitly include moduleparam.h in files using module parameters and then remove the include from module.h. - R. - 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/