]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mips: fix implicit smp.h usage in loongson/common/platform.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 28 Jul 2011 23:39:02 +0000 (19:39 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 25 Aug 2011 17:54:57 +0000 (13:54 -0400)
commit6c339d10d8f334496dc0ba9b681512a221d04cee
treecd2903834bfd4c32e8af17a79076a6acd283a24f
parent2aa9b883c121d8a0ad2a954aefdd60e431b6d2cd
mips: fix implicit smp.h usage in loongson/common/platform.c

With the module.h cleanup, we'll get:

arch/mips/loongson/common/platform.c:21: error: implicit declaration of function 'smp_processor_id'

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/mips/loongson/common/platform.c