aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.8/204-module_strip.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2013-07-13 22:45:56 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2013-07-13 22:45:56 +0000
commitda72edd7cdce56e5bc262ddca58857342e14626c (patch)
treedaaac52c6e0ce27ec49f9a054f0a5589256dc222 /target/linux/generic/patches-3.8/204-module_strip.patch
parent06accca1d7017f4b6e4deff0798cb1ca26aee953 (diff)
downloadupstream-da72edd7cdce56e5bc262ddca58857342e14626c.tar.gz
upstream-da72edd7cdce56e5bc262ddca58857342e14626c.tar.bz2
upstream-da72edd7cdce56e5bc262ddca58857342e14626c.zip
kernel: refresh patches for kernel 3.8.13
SVN-Revision: 37276
Diffstat (limited to 'target/linux/generic/patches-3.8/204-module_strip.patch')
-rw-r--r--target/linux/generic/patches-3.8/204-module_strip.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.8/204-module_strip.patch b/target/linux/generic/patches-3.8/204-module_strip.patch
index 28438bf659..df5c483ebc 100644
--- a/target/linux/generic/patches-3.8/204-module_strip.patch
+++ b/target/linux/generic/patches-3.8/204-module_strip.patch
@@ -78,7 +78,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
#ifdef MODULE
#define __MODULE_INFO(tag, name, info) \
static const char __UNIQUE_ID(name)[] \
-@@ -23,8 +33,7 @@ static const char __UNIQUE_ID(name)[]
+@@ -23,8 +33,7 @@ static const char __UNIQUE_ID(name)[]
= __stringify(tag) "=" info
#else /* !MODULE */
/* This struct is here for syntactic coherency, it is not used */
@@ -88,7 +88,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
#endif
#define __MODULE_PARM_TYPE(name, _type) \
__MODULE_INFO(parmtype, name##type, #name ":" _type)
-@@ -32,7 +41,7 @@ static const char __UNIQUE_ID(name)[]
+@@ -32,7 +41,7 @@ static const char __UNIQUE_ID(name)[]
/* One for each parameter, describing how to use it. Some files do
multiple of these per line, so can't just use MODULE_INFO. */
#define MODULE_PARM_DESC(_parm, desc) \