mmc: sdhci-dove: Fix compile error by including module.h
authorAlf Høgemark <alf@i100.no>
Wed, 4 Apr 2012 16:27:09 +0000 (12:27 -0400)
committerChris Ball <cjb@laptop.org>
Fri, 6 Apr 2012 00:32:33 +0000 (20:32 -0400)
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>
drivers/mmc/host/sdhci-dove.c

index 46fd1fd..177f697 100644 (file)
@@ -20,6 +20,7 @@
  */
 
 #include <linux/io.h>
+#include <linux/module.h>
 #include <linux/mmc/host.h>
 
 #include "sdhci-pltfm.h"