Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754744Ab2BOTL3 (ORCPT ); Wed, 15 Feb 2012 14:11:29 -0500 Received: from mail1.windriver.com ([147.11.146.13]:53280 "EHLO mail1.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753650Ab2BOTL1 (ORCPT ); Wed, 15 Feb 2012 14:11:27 -0500 Message-ID: <4F3C032D.7080905@windriver.com> Date: Wed, 15 Feb 2012 14:10:37 -0500 From: Paul Gortmaker User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.26) Gecko/20120131 Thunderbird/3.1.18 MIME-Version: 1.0 To: Danny Kukawka CC: Chris Ball , Danny Kukawka , Olof Johansson , Stephen Warren , Russell King , , Subject: Re: [PATCH] sdhci-tegra: fix linux/module.h included twice References: <1329328466-4627-1-git-send-email-danny.kukawka@bisect.de> In-Reply-To: <1329328466-4627-1-git-send-email-danny.kukawka@bisect.de> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [128.224.146.65] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 971 Lines: 37 On 12-02-15 12:54 PM, Danny Kukawka wrote: > Remove double include of linux/module.h. > > Signed-off-by: Danny Kukawka Hi Danny, We've already got these covered all in one go. https://lkml.org/lkml/2012/2/4/134 Thanks, Paul. --- > --- > drivers/mmc/host/sdhci-tegra.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/drivers/mmc/host/sdhci-tegra.c b/drivers/mmc/host/sdhci-tegra.c > index 78a36eb..cb34856 100644 > --- a/drivers/mmc/host/sdhci-tegra.c > +++ b/drivers/mmc/host/sdhci-tegra.c > @@ -23,7 +23,6 @@ > #include > #include > #include > -#include > > #include > -- 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/