[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <201006290005.20875.PeterHuewe@gmx.de>
Date: Tue, 29 Jun 2010 00:05:20 +0200
From: Peter Hüwe <PeterHuewe@....de>
To: Sascha Hauer <kernel@...gutronix.de>
Cc: Russell King <linux@....linux.org.uk>,
Baruch Siach <baruch@...s.co.il>,
"Eric Bénard" <eric@...rea.com>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Russell King <rmk+kernel@....linux.org.uk>
Subject: Subject: [PATCH] arm: fix KConfig warning for mach-mx25
From: Peter Huewe <peterhuewe@....de
This patch fixes a KConfig warning:
"arch/arm/mach-mx25/Kconfig:18:warning: choice value used outside its
choice group"
Signed-off-by: Peter Huewe <peterhuewe@....de>
---
KernelVersion: linux-next-20100628
arch/arm/mach-mx25/Kconfig | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mach-mx25/Kconfig b/arch/arm/mach-mx25/Kconfig
index 3a6668e..2f436ed 100644
--- a/arch/arm/mach-mx25/Kconfig
+++ b/arch/arm/mach-mx25/Kconfig
@@ -15,8 +15,7 @@ choice
default MACH_EUKREA_MBIMXSD_BASEBOARD
config MACH_EUKREA_MBIMXSD_BASEBOARD
- prompt "Eukrea MBIMXSD development board"
- bool
+ bool "Eukrea MBIMXSD development board"
help
This adds board specific devices that can be found on Eukrea's
MBIMXSD evaluation board.
--
1.7.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists