aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.0/921-use_preinit_as_init.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2011-06-21 18:39:47 +0000
committerHauke Mehrtens <hauke@openwrt.org>2011-06-21 18:39:47 +0000
commitef4775df74c3356565c1a34abf41611c6823b2df (patch)
tree66592a1642ea006439fd65d407279ce74b65ac05 /target/linux/generic/patches-3.0/921-use_preinit_as_init.patch
parent46c6ee1ca743b9e3b9dd9eb51a1f34e543d7d96c (diff)
downloadmaster-187ad058-ef4775df74c3356565c1a34abf41611c6823b2df.tar.gz
master-187ad058-ef4775df74c3356565c1a34abf41611c6823b2df.tar.bz2
master-187ad058-ef4775df74c3356565c1a34abf41611c6823b2df.zip
kernel: refresh patches for kernel 3.0-rc4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27247 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.0/921-use_preinit_as_init.patch')
-rw-r--r--target/linux/generic/patches-3.0/921-use_preinit_as_init.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.0/921-use_preinit_as_init.patch b/target/linux/generic/patches-3.0/921-use_preinit_as_init.patch
index a0a40e7fb1..cccaa7eeca 100644
--- a/target/linux/generic/patches-3.0/921-use_preinit_as_init.patch
+++ b/target/linux/generic/patches-3.0/921-use_preinit_as_init.patch
@@ -1,6 +1,6 @@
--- a/init/main.c
+++ b/init/main.c
-@@ -767,10 +767,7 @@ static noinline int init_post(void)
+@@ -768,10 +768,7 @@ static noinline int init_post(void)
printk(KERN_WARNING "Failed to execute %s. Attempting "
"defaults...\n", execute_command);
}