]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mips: fix missng asm/smp-ops.h in pmc-sierra/msp71xx/msp_setup.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 28 Jul 2011 23:50:17 +0000 (19:50 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 08:05:25 +0000 (04:05 -0400)
To avoid getting this:

arch/mips/pmc-sierra/msp71xx/msp_setup.c: In function 'prom_init':
arch/mips/pmc-sierra/msp71xx/msp_setup.c:231: error: implicit declaration of function 'register_vsmp_smp_ops'

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/mips/pmc-sierra/msp71xx/msp_setup.c

index 0abfbe04ffc9795213e4109b51c8bdffae252d9d..594a9dba9bceb2369d3dd2090d327e3138c08c5a 100644 (file)
@@ -13,6 +13,7 @@
 #include <asm/bootinfo.h>
 #include <asm/cacheflush.h>
 #include <asm/r4kcache.h>
+#include <asm/smp-ops.h>
 #include <asm/reboot.h>
 #include <asm/time.h>