From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olof Johansson Subject: Re: [PATCH 00/27] Add KVM support for Book3s_64 (PPC64) hosts v5 Date: Mon, 26 Oct 2009 18:06:32 -0500 Message-ID: <20091026230632.GB5366@lixom.net> References: <1256137413-15256-1-git-send-email-agraf@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, Avi Kivity , kvm-ppc , Hollis Blanchard , Arnd Bergmann , Benjamin Herrenschmidt , Kevin Wolf , bphilips@suse.de, Marcelo Tosatti To: Alexander Graf Return-path: Received: from lixom.net ([66.141.50.11]:36181 "EHLO mail.lixom.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753987AbZJZWpz (ORCPT ); Mon, 26 Oct 2009 18:45:55 -0400 Content-Disposition: inline In-Reply-To: <1256137413-15256-1-git-send-email-agraf@suse.de> Sender: kvm-owner@vger.kernel.org List-ID: Not sure which patch in the series this is needed for since I applied them all, but I got: CC arch/powerpc/kvm/timing.o arch/powerpc/kvm/timing.c:205: error: 'THIS_MODULE' undeclared here (not in a function) Signed-off-by: Olof Johansson diff --git a/arch/powerpc/kvm/timing.c b/arch/powerpc/kvm/timing.c index 2aa371e..7037855 100644 --- a/arch/powerpc/kvm/timing.c +++ b/arch/powerpc/kvm/timing.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include