mmc: Add module.h include to sdhci-cns3xxx.c
authorChris Ball <cjb@laptop.org>
Sat, 12 Nov 2011 00:54:53 +0000 (19:54 -0500)
committerChris Ball <cjb@laptop.org>
Sat, 10 Dec 2011 21:18:35 +0000 (16:18 -0500)
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>
drivers/mmc/host/sdhci-cns3xxx.c

index 4b920b7..87b6f07 100644 (file)
@@ -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"