aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.19/204-module_strip.patch
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2015-02-10 22:36:59 +0000
committerLuka Perkov <luka@openwrt.org>2015-02-10 22:36:59 +0000
commitd303640263b6337219d8c1fb01918b0a3cb7ab9c (patch)
tree5be1ef25dfa1d707ab80d2731306d6a3597f0863 /target/linux/generic/patches-3.19/204-module_strip.patch
parent2f64ecd2ac714576814473df5507888a8dbe518e (diff)
downloadmaster-187ad058-d303640263b6337219d8c1fb01918b0a3cb7ab9c.tar.gz
master-187ad058-d303640263b6337219d8c1fb01918b0a3cb7ab9c.tar.bz2
master-187ad058-d303640263b6337219d8c1fb01918b0a3cb7ab9c.zip
kernel: switch 3.19 from -rc5 to release .0
Signed-off-by: Luka Perkov <luka@openwrt.org> Signed-off-by: Daniel Golle <daniel@makrotopia.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44381 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.19/204-module_strip.patch')
-rw-r--r--target/linux/generic/patches-3.19/204-module_strip.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.19/204-module_strip.patch b/target/linux/generic/patches-3.19/204-module_strip.patch
index d71a25f712..00880ab72f 100644
--- a/target/linux/generic/patches-3.19/204-module_strip.patch
+++ b/target/linux/generic/patches-3.19/204-module_strip.patch
@@ -109,7 +109,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
config INIT_ALL_POSSIBLE
--- a/kernel/module.c
+++ b/kernel/module.c
-@@ -2641,6 +2641,7 @@ static struct module *setup_load_info(st
+@@ -2655,6 +2655,7 @@ static struct module *setup_load_info(st
static int check_modinfo(struct module *mod, struct load_info *info, int flags)
{
@@ -117,7 +117,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
const char *modmagic = get_modinfo(info, "vermagic");
int err;
-@@ -2666,6 +2667,7 @@ static int check_modinfo(struct module *
+@@ -2680,6 +2681,7 @@ static int check_modinfo(struct module *
pr_warn("%s: module is from the staging directory, the quality "
"is unknown, you have been warned.\n", mod->name);
}