diff options
author | Chris Ball <cjb@laptop.org> | 2011-11-11 19:54:53 -0500 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2011-12-10 16:18:35 -0500 |
commit | 7833c66b2d764a3c883c2f5cc60cd8a6266dae15 (patch) | |
tree | 1db1ffd5597afff0b6c7727a51707aa50bfb327c /drivers/mmc | |
parent | e58f516ff4730c4047c3f104b061f7a03e9a263c (diff) | |
download | linux-next-7833c66b2d764a3c883c2f5cc60cd8a6266dae15.tar.gz |
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 <viro@zeniv.linux.org.uk>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/sdhci-cns3xxx.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <linux/delay.h> #include <linux/device.h> #include <linux/mmc/host.h> +#include <linux/module.h> #include <mach/cns3xxx.h> #include "sdhci-pltfm.h" |