summaryrefslogtreecommitdiffstats
path: root/target/linux/uml-2.6/patches/03-missing_include.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-12-14 16:41:33 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-12-14 16:41:33 +0000
commitbff468813f78f81e36ebb2a3f4354de7365e640f (patch)
treee0144a8d723cac2fd84505ec140dd0011541430a /target/linux/uml-2.6/patches/03-missing_include.patch
parent7ca328b65927e12b4bb65a6d752f43b674498908 (diff)
downloadmaster-31e0f0ae-bff468813f78f81e36ebb2a3f4354de7365e640f.tar.gz
master-31e0f0ae-bff468813f78f81e36ebb2a3f4354de7365e640f.tar.bz2
master-31e0f0ae-bff468813f78f81e36ebb2a3f4354de7365e640f.zip
Upgrade to Linux 2.6.19
- Includes large parts of the patch from #1021 by dpalffy - Includes RB532 NAND driver changes by n0-1 SVN-Revision: 5789
Diffstat (limited to 'target/linux/uml-2.6/patches/03-missing_include.patch')
-rw-r--r--target/linux/uml-2.6/patches/03-missing_include.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/target/linux/uml-2.6/patches/03-missing_include.patch b/target/linux/uml-2.6/patches/03-missing_include.patch
deleted file mode 100644
index 1245082db9..0000000000
--- a/target/linux/uml-2.6/patches/03-missing_include.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- linux-2.6.17.orig/arch/um/os-Linux/skas/process.c 2006-06-18 02:49:35.000000000 +0100
-+++ linux-2.6.17/arch/um/os-Linux/skas/process.c 2006-11-13 15:34:43.087105285 +0000
-@@ -16,6 +16,7 @@
- #include <sys/user.h>
- #include <sys/time.h>
- #include <asm/unistd.h>
-+#include <asm/page.h>
- #include <asm/types.h>
- #include "user.h"
- #include "sysdep/ptrace.h"