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-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7833c66b2d764a3c883c2f5cc60cd8a6266dae15;p=linux-beck.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"