From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.lixom.net (lixom.net [66.141.50.11]) by ozlabs.org (Postfix) with ESMTP id 4C6C067B78 for ; Thu, 14 Sep 2006 04:33:49 +1000 (EST) Date: Wed, 13 Sep 2006 13:32:39 -0500 From: Olof Johansson To: paulus@samba.org Subject: [PATCH] powerpc: fix non-smp build Message-ID: <20060913133239.74a2389a@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, This only surfaces on CONFIG_SMP=n builds, it seems to get pulled in through another header file for SMP builds. (Introduced by the hvcall stats patch) Signed-off-by: Olof Johansson Index: linux-2.6/arch/powerpc/kernel/asm-offsets.c =================================================================== --- linux-2.6.orig/arch/powerpc/kernel/asm-offsets.c +++ linux-2.6/arch/powerpc/kernel/asm-offsets.c @@ -43,6 +43,7 @@ #include #include #include +#include #endif #define DEFINE(sym, val) \