diff options
author | Mark Salter <msalter@redhat.com> | 2012-11-28 14:22:41 -0500 |
---|---|---|
committer | Mark Salter <msalter@redhat.com> | 2012-11-28 14:33:03 -0500 |
commit | 93bbd0c087eb299e0fe11c59d340932180c082b5 (patch) | |
tree | bb85340077cd0d6ef59078fb11a66d1c329aeece | |
parent | de0eed2813ce42b8e0320a86cbe373266c904044 (diff) |
c6x: use generic kvm_para.h
Signed-off-by: Mark Salter <msalter@redhat.com>
-rw-r--r-- | arch/c6x/include/uapi/asm/Kbuild | 2 | ||||
-rw-r--r-- | arch/c6x/include/uapi/asm/kvm_para.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/arch/c6x/include/uapi/asm/Kbuild b/arch/c6x/include/uapi/asm/Kbuild index c312b424c433..e9bc2b2b8147 100644 --- a/arch/c6x/include/uapi/asm/Kbuild +++ b/arch/c6x/include/uapi/asm/Kbuild | |||
@@ -1,6 +1,8 @@ | |||
1 | # UAPI Header export list | 1 | # UAPI Header export list |
2 | include include/uapi/asm-generic/Kbuild.asm | 2 | include include/uapi/asm-generic/Kbuild.asm |
3 | 3 | ||
4 | generic-y += kvm_para.h | ||
5 | |||
4 | header-y += byteorder.h | 6 | header-y += byteorder.h |
5 | header-y += kvm_para.h | 7 | header-y += kvm_para.h |
6 | header-y += ptrace.h | 8 | header-y += ptrace.h |
diff --git a/arch/c6x/include/uapi/asm/kvm_para.h b/arch/c6x/include/uapi/asm/kvm_para.h deleted file mode 100644 index 14fab8f0b957..000000000000 --- a/arch/c6x/include/uapi/asm/kvm_para.h +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | #include <asm-generic/kvm_para.h> | ||