mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 12:41:55 +00:00
fd2c32a95b
It turns out that S390 shouldn't use uapi/asm-generic/kvm_para.h since it
defines the functions in its non-UAPI kvm_para.h file.
#including <asm-generic/kvm_para.h> will first pick up
include/asm-generic/kvm_para.h, which defines conflicting functions.
Instead, partially revert commit
|
||
---|---|---|
.. | ||
asm | ||
uapi/asm |