projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4188bba
)
mmc: sdhci-dove: Fix compile error by including module.h
author
Alf Høgemark
<alf@i100.no>
Wed, 4 Apr 2012 16:27:09 +0000
(12:27 -0400)
committer
Chris Ball
<cjb@laptop.org>
Fri, 6 Apr 2012 00:32:33 +0000
(20:32 -0400)
This patch fixes a compile error in drivers/mmc/host/sdhci-dove.c
by including the linux/module.h file.
Signed-off-by: Alf Høgemark <alf@i100.no>
Cc: <stable@vger.kernel.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-dove.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mmc/host/sdhci-dove.c
b/drivers/mmc/host/sdhci-dove.c
index 46fd1fd1b605033b8f437a70da844f11f5e04226..177f697b5835529aa3a4079966229c751f7bc428 100644
(file)
--- a/
drivers/mmc/host/sdhci-dove.c
+++ b/
drivers/mmc/host/sdhci-dove.c
@@
-20,6
+20,7
@@
*/
#include <linux/io.h>
+#include <linux/module.h>
#include <linux/mmc/host.h>
#include "sdhci-pltfm.h"