From: David Howells <dhowells@redhat.com>
Date: Wed, 17 Oct 2012 11:31:15 +0000 (+0100)
Subject: UAPI: Remove empty conditionals from include/linux/Kbuild
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0238047018d34946c08afc2f9e19053a3c25f0e1;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

UAPI: Remove empty conditionals from include/linux/Kbuild

Remove empty conditionals from include/linux/Kbuild as the contents, with new
conditionals, have moved to include/uapi/linux/Kbuild.

Signed-off-by: David Howells <dhowells@redhat.com>
---

diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index 5b57367e28db..7729c58544ca 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -19,13 +19,3 @@ header-y += netfilter_ipv4/
 header-y += netfilter_ipv6/
 header-y += usb/
 header-y += wimax/
-
-ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/a.out.h \
-		  $(srctree)/arch/$(SRCARCH)/include/uapi/asm/a.out.h),)
-endif
-ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm.h \
-		  $(srctree)/arch/$(SRCARCH)/include/uapi/asm/kvm.h),)
-endif
-ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm_para.h \
-		  $(srctree)/arch/$(SRCARCH)/include/uapi/asm/kvm_para.h),)
-endif