]> git.baikalelectronics.ru Git - kernel.git/commit
[MIPS] Add #include <linux/profile.h> to arch/mips/kernel/time.c
authorYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Thu, 13 Sep 2007 04:13:28 +0000 (13:13 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 14 Sep 2007 18:08:42 +0000 (19:08 +0100)
commit740f1eed41926488c4f132e2bcb8f3d640f22939
tree51a636c507737bdff95eeed7ab97ada0f2b38f84
parentcd1c61ac3c1c8363133283f4555f84cb7fcb3102
[MIPS] Add #include <linux/profile.h> to arch/mips/kernel/time.c

It refer to CPU_PROFILING.

arch/mips/kernel/time.c: In function 'local_timer_interrupt':
arch/mips/kernel/time.c:142: error: implicit declaration of function 'profile_tick'
arch/mips/kernel/time.c:142: error: 'CPU_PROFILING' undeclared (first use in this function)
arch/mips/kernel/time.c:142: error: (Each undeclared identifier is reported only once
arch/mips/kernel/time.c:142: error: for each function it appears in.)

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/time.c