From: Chris Ball Date: Sat, 12 Nov 2011 00:54:53 +0000 (-0500) Subject: mmc: Add module.h include to sdhci-cns3xxx.c X-Git-Tag: next-20111114~25^2~5 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=75229b4f40147315b81fd9a5e15198d20016a972;p=karo-tx-linux.git mmc: Add module.h include to sdhci-cns3xxx.c Fixes: drivers/mmc/host/sdhci-cns3xxx.c:110: error: 'THIS_MODULE' undeclared here (not in a function) Reported-by: Al Viro Signed-off-by: Chris Ball --- diff --git a/drivers/mmc/host/sdhci-cns3xxx.c b/drivers/mmc/host/sdhci-cns3xxx.c index 4b920b7621cf..87b6f079b6e0 100644 --- a/drivers/mmc/host/sdhci-cns3xxx.c +++ b/drivers/mmc/host/sdhci-cns3xxx.c @@ -15,6 +15,7 @@ #include #include #include +#include #include #include "sdhci-pltfm.h"