Remove unused support code for refok sections.
authorTim Abbott <tabbott@MIT.EDU>
Mon, 27 Apr 2009 18:02:27 +0000 (14:02 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 28 Apr 2009 02:51:58 +0000 (19:51 -0700)
commit27b1833279995e7c290a40cac4ef36ccea7e9283
tree7efbe3f8c9dad692ea7a8bc04c6be2303b1296e6
parenta0871e8cb8c3f5ee2ecc560ae73a35cd420440f9
Remove unused support code for refok sections.

The old refok sections

  .text.init.refok
  .data.init.refok
  .exit.text.refok

have been deprecated since commit
312b1485fb509c9bc32eda28ad29537896658cb8.  After the other patches in
this patch series nothing is put in these sections, so clean things up
by eliminating all the remaining references to them.

Signed-off-by: Tim Abbott <tabbott@mit.edu>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-generic/vmlinux.lds.h
include/linux/init.h
scripts/mod/modpost.c