From: Paul Gortmaker Date: Sun, 17 Jul 2011 21:11:26 +0000 (-0400) Subject: stop_machine.h: fix implicit use of smp.h for smp_processor_id X-Git-Tag: v3.2-rc1~22^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb2eac66ee0e8023432e8b0ff13b75e47be199e9;p=pandora-kernel.git stop_machine.h: fix implicit use of smp.h for smp_processor_id This will show up on MIPS when we fix all the implicit header presences that are because of module.h being everywhere. In file included from kernel/trace/ftrace.c:16: include/linux/stop_machine.h: In function 'stop_one_cpu': include/linux/stop_machine.h:50: error: implicit declaration of function 'smp_processor_id' include/linux/stop_machine.h: In function 'stop_cpus': include/linux/stop_machine.h:80: error: implicit declaration of function 'raw_smp_processor_id' Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed