From: Heiko Carstens Date: Thu, 5 Jun 2014 11:22:49 +0000 (+0200) Subject: KVM: s390: add sie.h uapi header file to Kbuild and remove header dependency X-Git-Tag: omap-for-v3.16/fixes-rc4~31^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d09a08e030acbb41aadf7fee7b31cb1c5391bb96;p=pandora-kernel.git KVM: s390: add sie.h uapi header file to Kbuild and remove header dependency sie.h was missing in arch/s390/include/uapi/asm/Kbuild and therefore missed the "make headers_check" target. If added it reveals that also arch/s390/include/asm/sigp.h would become uapi. This is something we certainly do not want. So remove that dependency as well. The header file was merged with ceae283bb2e0176c "KVM: s390: add sie exit reasons tables", therefore we never had a kernel release with this commit and can still change anything. Acked-by: Alexander Yarygin Signed-off-by: Heiko Carstens Signed-off-by: Cornelia Huck --- Reading git-diff-tree failed