[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1329328466-4627-1-git-send-email-danny.kukawka@bisect.de>
Date: Wed, 15 Feb 2012 18:54:26 +0100
From: Danny Kukawka <danny.kukawka@...ect.de>
To: Chris Ball <cjb@...top.org>
Cc: Danny Kukawka <dkukawka@...e.de>, Olof Johansson <olof@...om.net>,
Stephen Warren <swarren@...dia.com>,
Paul Gortmaker <paul.gortmaker@...driver.com>,
Russell King <rmk+kernel@....linux.org.uk>,
linux-mmc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] sdhci-tegra: fix linux/module.h included twice
Remove double include of linux/module.h.
Signed-off-by: Danny Kukawka <danny.kukawka@...ect.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
--
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