blob: bff8b572bb1f5f00c9d04b2ed3c6d891446c9817 (
plain)
| 1
2
3
4
5
6
7
8
9
10
 | --- a/arch/mips/au1000/mtx-1/init.c
+++ b/arch/mips/au1000/mtx-1/init.c
@@ -32,6 +32,7 @@
 #include <linux/init.h>
 
 #include <asm/bootinfo.h>
+#include <asm/string.h>
 
 #include <prom.h>
 
 |