diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-07-10 03:32:44 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-07-10 03:43:27 +0900 |
commit | e18e340fd171fbb9bd38125c3d0ba5d3fd3ddfb9 (patch) | |
tree | c047f50d807fc9d8de902284e4fa6c0bd32a3468 /arch/ia64 | |
parent | e4c694a3b07de1f193387121c7cae717ff7f4483 (diff) | |
download | linux-exynos-e18e340fd171fbb9bd38125c3d0ba5d3fd3ddfb9.tar.gz linux-exynos-e18e340fd171fbb9bd38125c3d0ba5d3fd3ddfb9.tar.bz2 linux-exynos-e18e340fd171fbb9bd38125c3d0ba5d3fd3ddfb9.zip |
ia64: remove redundant generic-y += kvm_para.h from asm/Kbuild
"generic-y += kvm_para.h" is doubled in asm/Kbuild and uapi/asm/Kbuild.
The one in the former should be simply removed because kvm_para.h is
exported.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/include/asm/Kbuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/ia64/include/asm/Kbuild b/arch/ia64/include/asm/Kbuild index 502a91d8dbbd..1d7641f891e1 100644 --- a/arch/ia64/include/asm/Kbuild +++ b/arch/ia64/include/asm/Kbuild @@ -1,8 +1,6 @@ - generic-y += clkdev.h generic-y += exec.h generic-y += irq_work.h -generic-y += kvm_para.h generic-y += mcs_spinlock.h generic-y += mm-arch-hooks.h generic-y += preempt.h |