From: Alf Høgemark 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.2.15~20 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a042a419c438247391b0943092541de662ca683;p=pandora-kernel.git mmc: sdhci-dove: Fix compile error by including module.h commit 8c2fc8e413ecc2c96b696e28d4eb1bc6cee8dc84 upstream. 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 Signed-off-by: Chris Ball Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/mmc/host/sdhci-dove.c b/drivers/mmc/host/sdhci-dove.c index a81312c91f70..31acb7064233 100644 --- a/drivers/mmc/host/sdhci-dove.c +++ b/drivers/mmc/host/sdhci-dove.c @@ -20,6 +20,7 @@ */ #include +#include #include #include "sdhci-pltfm.h"