projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eeabdfa
)
misc/pvpanic: resolve compile errors for arch=um
author
Peng Hao
<peng.hao2@zte.com.cn>
Fri, 16 Nov 2018 11:13:26 +0000
(19:13 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 27 Nov 2018 07:58:52 +0000
(08:58 +0100)
Resolve compile error for arch=um
pvpanic.c:(.text+0xb6): undefined reference to `devm_ioremap_resource'
Signed-off-by: Peng Hao <peng.hao2@zte.com.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/misc/Kconfig
b/drivers/misc/Kconfig
index 642626ac1df1d039d6dfea174bf80d68d8a367b3..f417b06e11c51cdf98c22d70be96059a315a8171 100644
(file)
--- a/
drivers/misc/Kconfig
+++ b/
drivers/misc/Kconfig
@@
-515,7
+515,7
@@
config MISC_RTSX
config PVPANIC
tristate "pvpanic device support"
- depends on
ACPI || OF
+ depends on
HAS_IOMEM && (ACPI || OF)
help
This driver provides support for the pvpanic device. pvpanic is
a paravirtualized device provided by QEMU; it lets a virtual machine