mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
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: Peng Hao <peng.hao2@zte.com.cn> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
eeabdfabdc
commit
eb30abeede
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user