From 5564bf85c0703ae26cb4310ea6d5e3410c442a5f Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Thu, 23 Mar 2006 22:07:34 -0800 Subject: [PATCH] --- yaml --- r: 23657 b: refs/heads/master c: a1a8feed1743ec8d2af1dafa7c5321679f0a3e4f h: refs/heads/master i: 23655: 3ed5017487bb05b61571e32aa75870261c44042f v: v3 --- [refs] | 2 +- trunk/include/linux/module.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index a1c2b5650002..4a2b30b23e0c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4dc6d9cc38cea1004a7f827cf76409ae42231fee +refs/heads/master: a1a8feed1743ec8d2af1dafa7c5321679f0a3e4f diff --git a/trunk/include/linux/module.h b/trunk/include/linux/module.h index 70bd843c71cb..d9569151c182 100644 --- a/trunk/include/linux/module.h +++ b/trunk/include/linux/module.h @@ -183,6 +183,7 @@ void *__symbol_get_gpl(const char *symbol); /* For every exported symbol, place a struct in the __ksymtab section */ #define __EXPORT_SYMBOL(sym, sec) \ + extern typeof(sym) sym; \ __CRC_SYMBOL(sym, sec) \ static const char __kstrtab_##sym[] \ __attribute__((section("__ksymtab_strings"))) \