[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1350293007-10237-1-git-send-email-gxt@mprc.pku.edu.cn>
Date: Mon, 15 Oct 2012 17:23:27 +0800
From: Guan Xuetao <gxt@...c.pku.edu.cn>
To: linux-kernel@...r.kernel.org
Cc: Guan Xuetao <gxt@...c.pku.edu.cn>, linux-kbuild@...r.kernel.org,
Steven Rostedt <rostedt@...dmis.org>
Subject: [PATCH] unicore32: Use Kbuild infrastructure for kvm_para.h
All the headers but kvm_para.h use the Kbuild infrastructure to
get to the asm-generic headers.
Cc: linux-kbuild@...r.kernel.org
Signed-off-by: Steven Rostedt <rostedt@...dmis.org>
Signed-off-by: Guan Xuetao <gxt@...c.pku.edu.cn>
---
arch/unicore32/include/uapi/asm/Kbuild | 2 ++
arch/unicore32/include/uapi/asm/kvm_para.h | 1 -
2 files changed, 2 insertions(+), 1 deletions(-)
delete mode 100644 arch/unicore32/include/uapi/asm/kvm_para.h
diff --git a/arch/unicore32/include/uapi/asm/Kbuild b/arch/unicore32/include/uapi/asm/Kbuild
index a44b1c4..0514d7a 100644
--- a/arch/unicore32/include/uapi/asm/Kbuild
+++ b/arch/unicore32/include/uapi/asm/Kbuild
@@ -6,3 +6,5 @@ header-y += kvm_para.h
header-y += ptrace.h
header-y += sigcontext.h
header-y += unistd.h
+
+generic-y += kvm_para.h
diff --git a/arch/unicore32/include/uapi/asm/kvm_para.h b/arch/unicore32/include/uapi/asm/kvm_para.h
deleted file mode 100644
index 14fab8f..0000000
--- a/arch/unicore32/include/uapi/asm/kvm_para.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <asm-generic/kvm_para.h>
--
1.7.0.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists