aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.38/028-module_exports.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-03-01 11:24:08 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-03-01 11:24:08 +0000
commitb0e540648e3259afc229ece6bad5e840296f8235 (patch)
tree3ce5fdafca4a5403fab2827275d31023075d4036 /target/linux/generic/patches-2.6.38/028-module_exports.patch
parentcdabc8deda9718ccb330e48ec031aeaf6f6fdce5 (diff)
downloadupstream-b0e540648e3259afc229ece6bad5e840296f8235.tar.gz
upstream-b0e540648e3259afc229ece6bad5e840296f8235.tar.bz2
upstream-b0e540648e3259afc229ece6bad5e840296f8235.zip
[generic/2.6.38]: refresh patches with -rc6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25805 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-2.6.38/028-module_exports.patch')
-rw-r--r--target/linux/generic/patches-2.6.38/028-module_exports.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/generic/patches-2.6.38/028-module_exports.patch b/target/linux/generic/patches-2.6.38/028-module_exports.patch
index ec07fb2128..5268115f01 100644
--- a/target/linux/generic/patches-2.6.38/028-module_exports.patch
+++ b/target/linux/generic/patches-2.6.38/028-module_exports.patch
@@ -28,7 +28,7 @@
#ifndef SYMBOL_PREFIX
#define VMLINUX_SYMBOL(sym) sym
#else
-@@ -276,35 +297,35 @@
+@@ -274,35 +295,35 @@
/* Kernel symbol table: Normal symbols */ \
__ksymtab : AT(ADDR(__ksymtab) - LOAD_OFFSET) { \
VMLINUX_SYMBOL(__start___ksymtab) = .; \
@@ -69,7 +69,7 @@
VMLINUX_SYMBOL(__stop___ksymtab_gpl_future) = .; \
} \
\
-@@ -345,7 +366,7 @@
+@@ -343,7 +364,7 @@
\
/* Kernel symbol table: strings */ \
__ksymtab_strings : AT(ADDR(__ksymtab_strings) - LOAD_OFFSET) { \
@@ -78,7 +78,7 @@
} \
\
/* __*init sections */ \
-@@ -670,6 +691,9 @@
+@@ -677,6 +698,9 @@
EXIT_TEXT \
EXIT_DATA \
EXIT_CALL \
@@ -90,7 +90,7 @@
}
--- a/include/linux/module.h
+++ b/include/linux/module.h
-@@ -202,16 +202,24 @@ struct module_use {
+@@ -229,16 +229,24 @@ struct module_use {
#define __CRC_SYMBOL(sym, sec)
#endif