From: Michael Neuling Date: Sun, 8 Feb 2009 13:04:14 +0000 (+0000) Subject: powerpc/cell: Add missing #include for oprofile X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d87bf76679bd37593ae4a3133f5da9395a4963ac;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git powerpc/cell: Add missing #include for oprofile 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 Signed-off-by: Benjamin Herrenschmidt --- diff --git a/arch/powerpc/oprofile/cell/spu_profiler.c b/arch/powerpc/oprofile/cell/spu_profiler.c index 9305ddaac512..b129d007e7fe 100644 --- a/arch/powerpc/oprofile/cell/spu_profiler.c +++ b/arch/powerpc/oprofile/cell/spu_profiler.c @@ -16,6 +16,7 @@ #include #include #include +#include #include "pr_util.h" #define SCALE_SHIFT 14