From: James Hogan Date: Wed, 6 Feb 2013 12:58:08 +0000 (+0000) Subject: openrisc: remove CONFIG_SYMBOL_PREFIX X-Git-Tag: v3.12-rc1~1338^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b3737d4c5ed2ea90efe30e7f6261f8311d20962;p=kernel%2Fkernel-generic.git openrisc: remove CONFIG_SYMBOL_PREFIX Remove the SYMBOL_PREFIX Kconfig symbol as it's empty anyway. Signed-off-by: James Hogan Cc: Jonas Bonn Cc: linux@lists.openrisc.net Cc: Mike Frysinger Signed-off-by: Jonas Bonn --- diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig index 0ac66f6..35a4e5f 100644 --- a/arch/openrisc/Kconfig +++ b/arch/openrisc/Kconfig @@ -26,10 +26,6 @@ config OPENRISC config MMU def_bool y -config SYMBOL_PREFIX - string - default "" - config HAVE_DMA_ATTRS def_bool y