]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0706d139f06d172b210ad2a9ff245b1e3e0a6bcd
tree7efbe3f8c9dad692ea7a8bc04c6be2303b1296e6
parent729019f9ce744f568f8fe70863063f4681be5953
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
88ce85e751c972293bc0fd617a7442e38d624bfe.  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