]> git.baikalelectronics.ru Git - kernel.git/commit
fs: binfmt_elf: remove unused defines INTERPRETER_NONE and INTERPRETER_ELF
authorTodor Minchev <todor@minchev.co.uk>
Thu, 23 Jan 2014 23:54:53 +0000 (15:54 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 Jan 2014 00:36:58 +0000 (16:36 -0800)
commit0aefc9db00a1c6cf51e89ab18d41974f1f0d2ce1
tree9a5c3ebcdc582de236d9b7228c7872884a1a63ea
parent490c2a2019a414c9ea6e83a4f1cc8ed0245a2ebe
fs: binfmt_elf: remove unused defines INTERPRETER_NONE and INTERPRETER_ELF

These two defines are unused since the removal of the a.out interpreter
support in the ELF loader in kernel 2.6.25

Signed-off-by: Todor Minchev <todor@minchev.co.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/binfmt_elf.c