]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] Remove dup __gpl_ksymtab in arm file
authorRusty Russell <rusty@rustcorp.com.au>
Sun, 12 Jan 2003 12:27:35 +0000 (04:27 -0800)
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
Sun, 12 Jan 2003 12:27:35 +0000 (04:27 -0800)
Russell's patch beat mine in, and unfortunately didn't conflict, so
armv has two __gpl_ksymtab sections.

Revert mine.

arch/arm/vmlinux-armv.lds.in

index 220d4027beb8c4b18c9f618b729f2aa8f1374eba..2f358b7a6a6a6781b283b98435f349dc84f6218c 100644 (file)
@@ -87,12 +87,6 @@ SECTIONS
                __stop___ksymtab = .;
        }
 
-       __gpl_ksymtab : {               /* Kernel symbol table: GPL-only*/
-               __start___gpl_ksymtab = .;
-                       *(__gpl_ksymtab)
-               __stop___gpl_ksymtab = .;
-       }
-
        __kallsyms : {                  /* All kernel symbols           */
                __start___kallsyms = .;
                        *(__kallsyms)