From: David Howells Date: Fri, 19 Oct 2012 08:11:36 +0000 (+0200) Subject: s390,uapi: do not use uapi/asm-generic/kvm_para.h X-Git-Tag: v3.7-rc3~42^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd2c32a95b10f49d3099188d4d825d9a91e9fe05;p=pandora-kernel.git s390,uapi: do not use uapi/asm-generic/kvm_para.h It turns out that S390 shouldn't use uapi/asm-generic/kvm_para.h since it defines the functions in its non-UAPI kvm_para.h file. #including will first pick up include/asm-generic/kvm_para.h, which defines conflicting functions. Instead, partially revert commit 0420c87e648a3b623ad925038a0bcff2ef5a4bc9, ungenericising this file and just inserting a comment to prevent the patch program from deleting it. cc: Yuanhan Liu cc: fengguang.wu@intel.com Reported-by: Yuanhan Liu Signed-off-by: David Howells Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed