[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4F3C032D.7080905@windriver.com>
Date: Wed, 15 Feb 2012 14:10:37 -0500
From: Paul Gortmaker <paul.gortmaker@...driver.com>
To: Danny Kukawka <danny.kukawka@...ect.de>
CC: Chris Ball <cjb@...top.org>, Danny Kukawka <dkukawka@...e.de>,
Olof Johansson <olof@...om.net>,
Stephen Warren <swarren@...dia.com>,
Russell King <rmk+kernel@....linux.org.uk>,
<linux-mmc@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] sdhci-tegra: fix linux/module.h included twice
On 12-02-15 12:54 PM, Danny Kukawka wrote:
> Remove double include of linux/module.h.
>
> Signed-off-by: Danny Kukawka <danny.kukawka@...ect.de>
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 <linux/gpio.h>
> #include <linux/mmc/card.h>
> #include <linux/mmc/host.h>
> -#include <linux/module.h>
>
> #include <asm/gpio.h>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists