ramoops: add HAS_IOMEM dependency
The driver fails to compile on s390: drivers/char/ramoops.c: In function 'ramoops_init': drivers/char/ramoops.c:122: error: implicit declaration of function 'ioremap' Since we won't make use of the driver anyway on s390 just let it depend on HAS_IOMEM. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Cc: Marco Stornelli <marco.stornelli@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
7cbe17701a
commit
b7e5d1f041
@@ -1123,6 +1123,7 @@ source "drivers/s390/char/Kconfig"
|
|||||||
|
|
||||||
config RAMOOPS
|
config RAMOOPS
|
||||||
tristate "Log panic/oops to a RAM buffer"
|
tristate "Log panic/oops to a RAM buffer"
|
||||||
|
depends on HAS_IOMEM
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
This enables panic and oops messages to be logged to a circular
|
This enables panic and oops messages to be logged to a circular
|
||||||
|
Reference in New Issue
Block a user