xen/acpi: Move the xen_running_on_version_or_later function.
As on ia64 builds we get:
include/xen/interface/version.h: In function 'xen_running_on_version_or_later':
include/xen/interface/version.h:76: error: implicit declaration of function 'HYPERVISOR_xen_version'
We can later on make this function exportable if there are
modules using part of it. For right now the only two users are
built-in.
Signed-off-by:
Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Showing
- arch/x86/xen/enlighten.c 15 additions, 0 deletionsarch/x86/xen/enlighten.c
- drivers/xen/xen-acpi-pad.c 1 addition, 0 deletionsdrivers/xen/xen-acpi-pad.c
- include/xen/interface/version.h 0 additions, 18 deletionsinclude/xen/interface/version.h
- include/xen/xen-ops.h 1 addition, 0 deletionsinclude/xen/xen-ops.h
Please register or sign in to comment