diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-07-13 22:45:56 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2013-07-13 22:45:56 +0000 |
commit | da72edd7cdce56e5bc262ddca58857342e14626c (patch) | |
tree | daaac52c6e0ce27ec49f9a054f0a5589256dc222 /target/linux/generic/patches-3.8/204-module_strip.patch | |
parent | 06accca1d7017f4b6e4deff0798cb1ca26aee953 (diff) | |
download | mtk-20170518-da72edd7cdce56e5bc262ddca58857342e14626c.zip mtk-20170518-da72edd7cdce56e5bc262ddca58857342e14626c.tar.gz mtk-20170518-da72edd7cdce56e5bc262ddca58857342e14626c.tar.bz2 |
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.patch | 4 |
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 28438bf..df5c483 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) \ |