projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b7bbe1
)
mmc: sdhci-s3c: Fix build for header change
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Fri, 29 Jul 2011 14:35:00 +0000
(15:35 +0100)
committer
Chris Ball
<cjb@laptop.org>
Sat, 13 Aug 2011 18:50:25 +0000
(14:50 -0400)
A header change has removed an implicit inclusion of module.h, breaking
the build due to the use of THIS_MODULE. Fix that.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-s3c.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/sdhci-s3c.c
b/drivers/mmc/host/sdhci-s3c.c
index 03da44a1b2ab2823eb41a665e57bbe0bb1cbdd29..2bd7bf4fece75715ed275673b1eed6bf888ba862 100644
(file)
--- a/
drivers/mmc/host/sdhci-s3c.c
+++ b/
drivers/mmc/host/sdhci-s3c.c
@@
-19,6
+19,7
@@
#include <linux/clk.h>
#include <linux/io.h>
#include <linux/gpio.h>
+#include <linux/module.h>
#include <linux/mmc/host.h>