]> 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>
Tue, 2 Aug 2011 16:41:40 +0000 (12:41 -0400)
commite961d6ada2a02e0224376068ac718da940e3dea1
tree7522ed151e0a7b6c3ef9f329680fc07143128244
parent127241b1ed982568566ca054bb66cfdd5809c9d7
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