From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.17.10]) by ozlabs.org (Postfix) with ESMTP id 4C068DDDA6 for ; Tue, 10 Feb 2009 09:44:45 +1100 (EST) From: Arnd Bergmann To: Michael Neuling Subject: Re: [PATCH] powerpc/cell: add missing #include for oprofile Date: Mon, 9 Feb 2009 23:44:30 +0100 References: <26307.1234134254@neuling.org> In-Reply-To: <26307.1234134254@neuling.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Message-Id: <200902092344.31327.arnd@arndb.de> Cc: linuxppc-dev@ozlabs.org, Carl Love List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Monday 09 February 2009, Michael Neuling wrote: > arch/powerpc/oprofile/cell/spu_profiler.c is missing a asm/time.h > include which is required for ppc_proc_freq. This can cause compile > failures for some config combinations. > > Signed-off-by: Michael Neuling Acked-by: Arnd Bergmann