From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Michael Neuling To: Maynard Johnson , Carl Love , Arnd Bergmann Subject: [PATCH] powerpc/cell: add missing #include for oprofile MIME-Version: 1.0 Date: Mon, 09 Feb 2009 10:04:14 +1100 Message-ID: <26307.1234134254@neuling.org> Sender: mikey@neuling.org Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 --- This is against mainline, so should be pushed up soon-ish arch/powerpc/oprofile/cell/spu_profiler.c | 1 + 1 file changed, 1 insertion(+) Index: linux-2.6-ozlabs/arch/powerpc/oprofile/cell/spu_profiler.c =================================================================== --- linux-2.6-ozlabs.orig/arch/powerpc/oprofile/cell/spu_profiler.c +++ linux-2.6-ozlabs/arch/powerpc/oprofile/cell/spu_profiler.c @@ -16,6 +16,7 @@ #include #include #include +#include #include "pr_util.h" #define SCALE_SHIFT 14