]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xen/acpi: Move the xen_running_on_version_or_later function.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 27 Nov 2012 16:39:40 +0000 (11:39 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 5 Dec 2012 17:09:39 +0000 (12:09 -0500)
commitc788804a7f1e86f09d7c0d228260cfd94363ba55
tree15f8275a70df9d73e29d2c7dc1cdddb42658c4bd
parente8c00e2f39c5c03f5c81ceac49bfb99285524631
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>
arch/x86/xen/enlighten.c
drivers/xen/xen-acpi-pad.c
include/xen/interface/version.h
include/xen/xen-ops.h