]> git.karo-electronics.de Git - karo-tx-linux.git/commit
linux/stop_machine.h: fix implicit use of smp.h for smp_processor_id
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 17 Jul 2011 21:11:26 +0000 (17:11 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 28 Jul 2011 04:27:05 +0000 (00:27 -0400)
commita5c77a32dac745f23d5287f969d3129ffe285ad1
treeef7bb077741e5a88f8eaec1fb14a73bb6503cc5e
parent126af67f554ff06a21b13b486c5b58f5cb773754
linux/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 <paul.gortmaker@windriver.com>
include/linux/stop_machine.h