From: Daniel Kiper Date: Sat, 12 Jul 2014 21:09:47 +0000 (+0200) Subject: xen: Silence compiler warnings X-Git-Tag: cleanup-for-v3.18~133^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57f7138d760700f56a8aa944376c28ff83c47c26;p=pandora-kernel.git xen: Silence compiler warnings Add inline keyword to silence the following compiler warnings if xen_efi_probe() is not used: CC arch/x86/xen/setup.o In file included from arch/x86/xen/xen-ops.h:7:0, from arch/x86/xen/setup.c:31: include/xen/xen-ops.h:43:35: warning: ‘xen_efi_probe’ defined but not used [-Wunused-function] Signed-off-by: Daniel Kiper Reviewed-by: Konrad Rzeszutek Wilk Signed-off-by: Matt Fleming --- Reading git-diff-tree failed