From: Paul Gortmaker Date: Thu, 28 Jul 2011 23:39:02 +0000 (-0400) Subject: mips: fix implicit smp.h usage in various files. X-Git-Tag: v3.2-rc1~22^2~168 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c72f4d6141b3fd2c01f58989cdb0d6b656512647;p=pandora-kernel.git mips: fix implicit smp.h usage in various files. We need to call out inclusion of smp.h, or with the module.h cleanup we'll get things like: arch/mips/loongson/common/platform.c:21: error: implicit declaration of function 'smp_processor_id' arch/mips/vr41xx/common/giu.c:84: error: implicit declaration of function 'smp_processor_id' arch/mips/vr41xx/common/rtc.c:85: error: implicit declaration of function 'smp_processor_id' Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed