diff options
author | Luka Perkov <luka@openwrt.org> | 2015-02-10 22:36:59 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-02-10 22:36:59 +0000 |
commit | 92f324d33355e26bb119e731197445cf229afbfa (patch) | |
tree | 8e167dcfe6a61e3139453af2aae79057c04a6d5b /target/linux/generic/patches-3.19/204-module_strip.patch | |
parent | 7aa5766ad137c10cca1a67672f2d8371141f7841 (diff) | |
download | upstream-92f324d33355e26bb119e731197445cf229afbfa.tar.gz upstream-92f324d33355e26bb119e731197445cf229afbfa.tar.bz2 upstream-92f324d33355e26bb119e731197445cf229afbfa.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>
SVN-Revision: 44381
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.patch | 4 |
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); } |