From: Konrad Rzeszutek Wilk Date: Tue, 27 Nov 2012 16:39:40 +0000 (-0500) Subject: xen/acpi: Move the xen_running_on_version_or_later function. X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~28^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=394b40f62d7ae18a1c48c13fc483b8193f8c3a98;p=pandora-kernel.git 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 --- Reading git-diff-tree failed