Remove redundant check for CONFIG_MMU
authorChristoph Egger <siccegge@cs.fau.de>
Mon, 26 Apr 2010 14:56:36 +0000 (15:56 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 27 Apr 2010 16:01:26 +0000 (09:01 -0700)
The checks for CONFIG_MMU at this location are duplicated as all the code is
located inside a #ifndef CONFIG_MMU block. So the first conditional block will
always be included while the second never will.

Signed-off-by: Christoph Egger <siccegge@stud.informatik.uni-erlangen.de>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/binfmt_elf_fdpic.c

Simple merge