diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-08-08 18:56:14 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-08-08 18:56:14 +0000 |
commit | a786f3fd47370b9ee4bf46029bae3f6384efec46 (patch) | |
tree | a47da76712cc0ac22c494e8af9464f142b7f0734 /target/linux/s3c24xx/patches-2.6.30/150-ignore-init-argument.patch | |
parent | 131295ce36b90000dccd977c735cfa3e3c3f54bf (diff) | |
download | upstream-a786f3fd47370b9ee4bf46029bae3f6384efec46.tar.gz upstream-a786f3fd47370b9ee4bf46029bae3f6384efec46.tar.bz2 upstream-a786f3fd47370b9ee4bf46029bae3f6384efec46.zip |
[s3c24xx] refresh patches and fix build failure on wm8753-reg_cache.patch (#5641)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17182 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.30/150-ignore-init-argument.patch')
-rw-r--r-- | target/linux/s3c24xx/patches-2.6.30/150-ignore-init-argument.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.30/150-ignore-init-argument.patch b/target/linux/s3c24xx/patches-2.6.30/150-ignore-init-argument.patch index a6edb85140..0150823241 100644 --- a/target/linux/s3c24xx/patches-2.6.30/150-ignore-init-argument.patch +++ b/target/linux/s3c24xx/patches-2.6.30/150-ignore-init-argument.patch @@ -1,6 +1,6 @@ ---- linux-2.6.30.1/init/main.c.orig 2009-07-07 19:35:25.000000000 +0200 -+++ linux-2.6.30.1/init/main.c 2009-07-07 19:35:39.000000000 +0200 -@@ -830,11 +830,11 @@ +--- a/init/main.c ++++ b/init/main.c +@@ -830,11 +830,11 @@ static noinline int init_post(void) * The Bourne shell can be used instead of init if we are * trying to recover a really broken machine. */ |