public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sdhci-tegra: fix linux/module.h included twice
@ 2012-02-15 17:54 Danny Kukawka
  2012-02-15 18:38 ` Olof Johansson
  2012-02-15 19:10 ` Paul Gortmaker
  0 siblings, 2 replies; 4+ messages in thread
From: Danny Kukawka @ 2012-02-15 17:54 UTC (permalink / raw)
  To: Chris Ball
  Cc: Danny Kukawka, Olof Johansson, Stephen Warren, Paul Gortmaker,
	Russell King, linux-mmc, linux-kernel

Remove double include of linux/module.h.

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-02-15 20:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-15 17:54 [PATCH] sdhci-tegra: fix linux/module.h included twice Danny Kukawka
2012-02-15 18:38 ` Olof Johansson
2012-02-15 19:10 ` Paul Gortmaker
2012-02-15 20:45   ` Danny Kukawka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox