Include-If: %if 0%{?suse_version} == 1315
References: bsc#1179725
revert 0157-s390x-fix-build-for-without-default.patch
This broke QEMU builds where the --without-default-devices option is
specified during configuration.
Backport patch 0157-s390x-fix-build-for-without-default.patch
subsequently changes this dependency from CONFIG_LINUX to CONFIG_VFIO,
which made sense upstream however it looks to me like CONFIG_VFIO does not
exist at this level of QEMU, meaning it's always OFF and
this is why we never build in s390-pci-vfio.o
Fixes: 77280d33bc ("s390x: fix build for --without-default-devices
(v5.2.0-rc1)")
Signed-off-by: Cho, Yu-Chen <acho@suse.com>