[PATCH] avr32: drop HAVE_ARCH_BOOTMEM from Kconfig

From: Sam Ravnborg
Date: Sun Apr 15 2012 - 05:23:50 EST


The symbol is default to n - so no point in adding a symbol
with def_bool n.
Noticed iby Tejun when we removed this symbol from x86.

Signed-off-by: Sam Ravnborg <sam@xxxxxxxxxxxx>
Cc: Tejun Heo <tj@xxxxxxxxxx>
---

Other symbols looks like candidates too - but being on the
safe side this patch only removes this single symbol.

Sam

arch/avr32/Kconfig | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig
index 3dea723..5065528 100644
--- a/arch/avr32/Kconfig
+++ b/arch/avr32/Kconfig
@@ -193,9 +193,6 @@ source "kernel/Kconfig.preempt"
config QUICKLIST
def_bool y

-config HAVE_ARCH_BOOTMEM
- def_bool n
-
config ARCH_HAVE_MEMORY_PRESENT
def_bool n

--
1.6.0.6

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/