Messages in this thread Patch in this message |  | | From | James Hogan <> | Subject | [PATCH 1/1] openrisc: remove CONFIG_SYMBOL_PREFIX | Date | Wed, 6 Feb 2013 12:58:08 +0000 |
| |
Remove the SYMBOL_PREFIX Kconfig symbol as it's empty anyway.
Signed-off-by: James Hogan <james.hogan@imgtec.com> Cc: Jonas Bonn <jonas@southpole.se> Cc: linux@lists.openrisc.net Cc: Mike Frysinger <vapier@gentoo.org> --- arch/openrisc/Kconfig | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-)
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 -- 1.7.7.6
|  |