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

From: Danny Kukawka
Date: Wed Feb 15 2012 - 12:54:36 EST


Remove double include of linux/module.h.

Signed-off-by: Danny Kukawka <danny.kukawka@xxxxxxxxx>
---
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>

--
1.7.8.3

--
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/