diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/ixp4xx/ixp4xx-csr/badpaths.patch | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/ixp4xx/ixp4xx-csr/badpaths.patch')
-rw-r--r-- | packages/ixp4xx/ixp4xx-csr/badpaths.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/ixp4xx/ixp4xx-csr/badpaths.patch b/packages/ixp4xx/ixp4xx-csr/badpaths.patch index e69de29bb2..c5981aa3b7 100644 --- a/packages/ixp4xx/ixp4xx-csr/badpaths.patch +++ b/packages/ixp4xx/ixp4xx-csr/badpaths.patch @@ -0,0 +1,18 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- ixp400_xscale_sw/src/linux/vx.c~ugh 2003-12-12 14:58:34.000000000 -0500 ++++ ixp400_xscale_sw/src/linux/vx.c 2004-11-14 17:50:07.610969440 -0500 +@@ -31,8 +31,8 @@ + * + * -- End Intel Copyright Notice -- + */ +-#include <asm-arm/system.h> +-#include <asm-arm/semaphore.h> ++#include <asm/system.h> ++#include <asm/semaphore.h> + #include <linux/kernel.h> + #include <linux/time.h> + #include <linux/sched.h> |