make BINFMT_FLAT a bool
authorAdrian Bunk <bunk@kernel.org>
Tue, 29 Apr 2008 07:59:02 +0000 (00:59 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 Apr 2008 15:06:01 +0000 (08:06 -0700)
commit3202e1811fd312f3f32ddc8f526aa2691b64ec55
tree57542acf2fad8f36de17499f1926809d331325a6
parentf1e3af72c10ba74fb15864c354515ec1bd8bf2a5
make BINFMT_FLAT a bool

I have not yet seen anyone saying he has a reasonable use case for using
BINFMT_FLAT modular on his embedded device.

Considering that fs/binfmt_flat.c even lacks a MODULE_LICENSE() I really doubt
there is any, and this patch therefore makes BINFMT_FLAT a bool.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Bryan Wu <cooloney.lkml@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/Kconfig.binfmt
fs/binfmt_flat.c