Commit eb30abee authored by Peng Hao's avatar Peng Hao Committed by Greg Kroah-Hartman

misc/pvpanic: resolve compile errors for arch=um

Resolve compile error for arch=um
pvpanic.c:(.text+0xb6): undefined reference to `devm_ioremap_resource'
Signed-off-by: default avatarPeng Hao <peng.hao2@zte.com.cn>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent eeabdfab
...@@ -515,7 +515,7 @@ config MISC_RTSX ...@@ -515,7 +515,7 @@ config MISC_RTSX
config PVPANIC config PVPANIC
tristate "pvpanic device support" tristate "pvpanic device support"
depends on ACPI || OF depends on HAS_IOMEM && (ACPI || OF)
help help
This driver provides support for the pvpanic device. pvpanic is This driver provides support for the pvpanic device. pvpanic is
a paravirtualized device provided by QEMU; it lets a virtual machine a paravirtualized device provided by QEMU; it lets a virtual machine
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment