From: Peter Hurley <peter@hurleysoftware.com>
To: Santosh Shilimkar <santosh.shilimkar@ti.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-kernel@vger.kernel.org,
Peter Hurley <peter@hurleysoftware.com>,
Sandeep Nair <sandeep_n@ti.com>,
Kumar Gala <galak@codeaurora.org>
Subject: [PATCH] soc: Remove duplicate Kconfig include
Date: Tue, 30 Dec 2014 08:50:24 -0500 [thread overview]
Message-ID: <1419947424-9555-1-git-send-email-peter@hurleysoftware.com> (raw)
commit 3a6e08218f36baa9c49282ad2fe0dfbf001d8f23
("soc: Introduce drivers/soc place-holder for SOC specific drivers")
added a duplicate source for soc Kconfig, which had already been
introduced by commit 41f93af900a20d1a0a358b522b5129c89677e9dc
("soc: ti: add Keystone Navigator QMSS driver").
Cc: Sandeep Nair <sandeep_n@ti.com>
Cc: Kumar Gala <galak@codeaurora.org>
Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
---
drivers/Kconfig | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/Kconfig b/drivers/Kconfig
index 694d5a7..2683e63 100644
--- a/drivers/Kconfig
+++ b/drivers/Kconfig
@@ -150,8 +150,6 @@ source "drivers/remoteproc/Kconfig"
source "drivers/rpmsg/Kconfig"
-source "drivers/soc/Kconfig"
-
source "drivers/devfreq/Kconfig"
source "drivers/extcon/Kconfig"
--
2.2.1
next reply other threads:[~2014-12-30 13:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-30 13:50 Peter Hurley [this message]
2014-12-30 13:54 ` [PATCH] soc: Remove duplicate Kconfig include Peter Hurley
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=1419947424-9555-1-git-send-email-peter@hurleysoftware.com \
--to=peter@hurleysoftware.com \
--cc=galak@codeaurora.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sandeep_n@ti.com \
--cc=santosh.shilimkar@ti.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.