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:
faf80d6
)
[S390] sclp: fix compile error for !SCLP_CONSOLE
author
Heiko Carstens
<heiko.carstens@de.ibm.com>
Tue, 7 Jul 2009 14:37:03 +0000
(16:37 +0200)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Tue, 7 Jul 2009 14:37:50 +0000
(16:37 +0200)
Define an empty static inline version of sclp_console_pm_event()
to fix the build error below for !SCLP_CONSOLE.
drivers/s390/built-in.o: In function `sclp_rw_pm_event':
sclp_rw.c:(.text+0x12f68): undefined reference to `sclp_console_pm_event'
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
No differences found