projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e58f516
)
mmc: Add module.h include to sdhci-cns3xxx.c
author
Chris Ball
<cjb@laptop.org>
Sat, 12 Nov 2011 00:54:53 +0000
(19:54 -0500)
committer
Chris 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mmc/host/sdhci-cns3xxx.c
b/drivers/mmc/host/sdhci-cns3xxx.c
index 4b920b7621cfe7cd214d7c3ed30d848de383e1ad..87b6f079b6e0e9bc367fd63ea363f47ca4c64eda 100644
(file)
--- 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"