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:
65b4e40
)
[S390] zcore: add missing module.h include
author
Heiko Carstens
<heiko.carstens@de.ibm.com>
Sun, 30 Oct 2011 14:16:55 +0000
(15:16 +0100)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Sun, 30 Oct 2011 14:16:44 +0000
(15:16 +0100)
Add missing module.h include to prevent build breakage after the
module.h split work hits Linus' tree.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/char/zcore.c
patch
|
blob
|
history
diff --git
a/drivers/s390/char/zcore.c
b/drivers/s390/char/zcore.c
index f4f1da213e2896617f63dfcfad20ce43a99beedb..43068fbd0baacfe8beb7d353cda35a8c06c371e2 100644
(file)
--- a/
drivers/s390/char/zcore.c
+++ b/
drivers/s390/char/zcore.c
@@
-16,6
+16,7
@@
#include <linux/slab.h>
#include <linux/miscdevice.h>
#include <linux/debugfs.h>
+#include <linux/module.h>
#include <asm/asm-offsets.h>
#include <asm/ipl.h>
#include <asm/sclp.h>