]> 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, 11 Aug 2011 19:11:29 +0000 (15:11 -0400)
commitf57e9e9e5c2e1158aaeef4ca4eaa9d57e00ad698
tree13907f39cee6eb01475803ea210cf39f7f12c1e0
parent005d37536dac66a0204d78e674bea0ffa2c050ff
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