Re: [PATCH] sdhci-tegra: fix linux/module.h included twice

From: Paul Gortmaker
Date: Wed Feb 15 2012 - 14:11:27 EST


On 12-02-15 12:54 PM, Danny Kukawka wrote:
> Remove double include of linux/module.h.
>
> Signed-off-by: Danny Kukawka <danny.kukawka@xxxxxxxxx>

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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/