From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: [PATCH] kvm: export kvm_para.h Date: Mon, 10 Aug 2009 15:48:51 +0300 Message-ID: <20090810124851.GA9911@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: avi@redhat.com, kvm@vger.kernel.org Return-path: Received: from mx2.redhat.com ([66.187.237.31]:43983 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754132AbZHJMuE (ORCPT ); Mon, 10 Aug 2009 08:50:04 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n7ACo6Hu004016 for ; Mon, 10 Aug 2009 08:50:06 -0400 Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: kvm_para.h contains userspace interface and so should be exported. Signed-off-by: Michael S. Tsirkin --- Avi, this fixes a bug (in build system) that has been there since 2.6.26. Since userspace already uses this header, I think it would be nice to have the fix in 2.6.31. include/linux/Kbuild | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/Kbuild b/include/linux/Kbuild index ab93554..598d407 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -267,6 +267,7 @@ unifdef-y += keyboard.h ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm.h \ $(srctree)/include/asm-$(SRCARCH)/kvm.h),) unifdef-y += kvm.h +unifdef-y += kvm_para.h endif unifdef-y += llc.h unifdef-y += loop.h -- 1.6.2.5