]> 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>
Sun, 31 Jul 2011 08:05:24 +0000 (04:05 -0400)
commit00e477e2328a5246cad1824ce8616fa8935a63cd
tree43dfaef7bf5a3ca2c092bc915aca6064f5353891
parente62d726754e79912405182cbda846c5efc7d1a09
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