git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcb8ce5
)
mmc: sdhci-esdhc-imx: add missing inclusion of linux/module.h
author
Shawn Guo
<shawn.guo@linaro.org>
Mon, 15 Aug 2011 02:28:18 +0000
(10:28 +0800)
committer
Chris Ball
<cjb@laptop.org>
Sun, 28 Aug 2011 18:10:00 +0000
(14:10 -0400)
There are the following warnings and errorx when compiling the driver.
The patch adds the missing inclusion of linux/module.h to fix them.
drivers/mmc/host/sdhci-esdhc-imx.c:563:12: error: ‘THIS_MODULE’ undeclared here (not in a function)
[..]
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
No differences found