From: Alf Høgemark <alf@i100.no>
Date: Wed, 4 Apr 2012 16:27:09 +0000 (-0400)
Subject: mmc: sdhci-dove: Fix compile error by including module.h
X-Git-Tag: v3.4-rc2~9^2~1
X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=8c2fc8e413ecc2c96b696e28d4eb1bc6cee8dc84;p=users%2Fhch%2Fmisc.git

mmc: sdhci-dove: Fix compile error by including module.h

This patch fixes a compile error in drivers/mmc/host/sdhci-dove.c
by including the linux/module.h file.

Signed-off-by: Alf Høgemark <alf@i100.no>
Cc: <stable@vger.kernel.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
---

diff --git a/drivers/mmc/host/sdhci-dove.c b/drivers/mmc/host/sdhci-dove.c
index 46fd1fd1b605..177f697b5835 100644
--- a/drivers/mmc/host/sdhci-dove.c
+++ b/drivers/mmc/host/sdhci-dove.c
@@ -20,6 +20,7 @@
  */
 
 #include <linux/io.h>
+#include <linux/module.h>
 #include <linux/mmc/host.h>
 
 #include "sdhci-pltfm.h"