]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/cell: Add missing #include for oprofile
authorMichael Neuling <mikey@neuling.org>
Sun, 8 Feb 2009 13:04:14 +0000 (13:04 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 10 Feb 2009 03:39:08 +0000 (14:39 +1100)
commitfc927809a8f844381aeadea4ff43cea78886a891
tree0283dc19fdd765bcc2239533a7cbb187a9ac93d4
parent3409c1d034c785d9749e55166ef53b267a67dc4e
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 <mikey@neuling.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/oprofile/cell/spu_profiler.c