From: Mark Brown Date: Fri, 29 Jul 2011 14:35:00 +0000 (+0100) Subject: mmc: sdhci-s3c: Fix build for header change X-Git-Tag: next-20110801~23^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c81ef69393243d4907b598e937c4f7c101efc1dc;p=karo-tx-linux.git mmc: sdhci-s3c: Fix build for header change A header change has removed an implicit inclusion of module.h, breaking the build due to the use of THIS_MODULE. Fix that. Signed-off-by: Mark Brown Signed-off-by: Chris Ball --- diff --git a/drivers/mmc/host/sdhci-s3c.c b/drivers/mmc/host/sdhci-s3c.c index 03da44a1b2ab..2bd7bf4fece7 100644 --- a/drivers/mmc/host/sdhci-s3c.c +++ b/drivers/mmc/host/sdhci-s3c.c @@ -19,6 +19,7 @@ #include #include #include +#include #include