From: Steven Rostedt <srost...@redhat.com> All the headers but kvm_para.h use the Kbuild infrastructure to get to the asm-generic headers.
(also had to add ipcbuf.h) Cc: linux-kbu...@vger.kernel.org Cc: user-mode-linux-de...@lists.sourceforge.net Cc: Jeff Dike <jd...@addtoit.com> Cc: Richard Weinberger <rich...@nod.at> Signed-off-by: Steven Rostedt <rost...@goodmis.org> --- arch/um/include/asm/Kbuild | 2 +- arch/um/include/asm/kvm_para.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 arch/um/include/asm/kvm_para.h diff --git a/arch/um/include/asm/Kbuild b/arch/um/include/asm/Kbuild index 0f6e7b3..ad316e7 100644 --- a/arch/um/include/asm/Kbuild +++ b/arch/um/include/asm/Kbuild @@ -1,4 +1,4 @@ generic-y += bug.h cputime.h device.h emergency-restart.h futex.h hardirq.h generic-y += hw_irq.h irq_regs.h kdebug.h percpu.h sections.h topology.h xor.h generic-y += ftrace.h pci.h io.h param.h delay.h mutex.h current.h exec.h -generic-y += switch_to.h clkdev.h +generic-y += switch_to.h clkdev.h kvm_para.h ipcbuf.h diff --git a/arch/um/include/asm/kvm_para.h b/arch/um/include/asm/kvm_para.h deleted file mode 100644 index 14fab8f..0000000 --- a/arch/um/include/asm/kvm_para.h +++ /dev/null @@ -1 +0,0 @@ -#include <asm-generic/kvm_para.h> -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/