From: "Peter Hüwe" <PeterHuewe@gmx.de>
To: Sascha Hauer <kernel@pengutronix.de>
Cc: "Russell King" <linux@arm.linux.org.uk>,
"Baruch Siach" <baruch@tkos.co.il>,
"Eric Bénard" <eric@eukrea.com>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
"Russell King" <rmk+kernel@arm.linux.org.uk>
Subject: Subject: [PATCH] arm: fix KConfig warning for mach-mx25
Date: Tue, 29 Jun 2010 00:05:20 +0200 [thread overview]
Message-ID: <201006290005.20875.PeterHuewe@gmx.de> (raw)
From: Peter Huewe <peterhuewe@gmx.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@gmx.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
next reply other threads:[~2010-06-28 22:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-28 22:05 Peter Hüwe [this message]
2010-06-29 6:58 ` Uwe Kleine-König
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201006290005.20875.PeterHuewe@gmx.de \
--to=peterhuewe@gmx.de \
--cc=baruch@tkos.co.il \
--cc=eric@eukrea.com \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=rmk+kernel@arm.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome