diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-01-16 19:54:14 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-03-16 19:10:41 +0100 |
commit | 93ff9542462ba5074fb6b6cd9e27c4fb04d452ec (patch) | |
tree | 39cf53a9102e6c8acd16b1d075bca222aa148437 /arch/m68k | |
parent | 6ba99e0fcfe839ecff973b35f771ed066c11d317 (diff) | |
download | linux-93ff9542462ba5074fb6b6cd9e27c4fb04d452ec.tar.bz2 |
m68k: Kconfig - Remove unneeded "default n"
Reported-by: Phillip Lougher <phillip@lougher.demon.co.uk>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index bc9271b85759..cbe8b18e808b 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig @@ -18,11 +18,9 @@ config RWSEM_XCHGADD_ALGORITHM config ARCH_HAS_ILOG2_U32 bool - default n config ARCH_HAS_ILOG2_U64 bool - default n config GENERIC_HWEIGHT bool |