repo.or.cz
/
openwrt
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[MINI2440] Updated defconfig to add (optional) packages
[openwrt/mini2440.git]
/
target
/
linux
/
au1000
/
patches-2.6.27
/
006-missing_string_header.patch
blob
bff8b572bb1f5f00c9d04b2ed3c6d891446c9817
1
--- a/arch/mips/au1000/mtx-1/init.c
2
+++ b/arch/mips/au1000/mtx-1/init.c
3
@@ -32,6 +32,7 @@
4
#include <linux/init.h>
5
6
#include <asm/bootinfo.h>
7
+#include <asm/string.h>
8
9
#include <prom.h>
10