linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: arnd@arndb.de
Cc: linux-kernel@vger.kernel.org,
	Fabio Estevam <fabio.estevam@freescale.com>,
	Mark Salter <msalter@redhat.com>
Subject: [PATCH 04/11] C6X: defconfig: Remove CONFIG_MISC_DEVICES
Date: Sat, 18 Aug 2012 13:23:48 -0300	[thread overview]
Message-ID: <1345307035-3545-4-git-send-email-festevam@gmail.com> (raw)
In-Reply-To: <1345307035-3545-1-git-send-email-festevam@gmail.com>

From: Fabio Estevam <fabio.estevam@freescale.com>

commit 7c5763 (drivers:misc: Remove MISC_DEVICES config option) removed 
CONFIG_MISC_DEVICES option, so remove the occurrences from the config files 
as well

Cc: Mark Salter <msalter@redhat.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 arch/c6x/configs/dsk6455_defconfig  |    1 -
 arch/c6x/configs/evmc6457_defconfig |    1 -
 arch/c6x/configs/evmc6472_defconfig |    1 -
 arch/c6x/configs/evmc6474_defconfig |    1 -
 arch/c6x/configs/evmc6678_defconfig |    1 -
 5 files changed, 5 deletions(-)

diff --git a/arch/c6x/configs/dsk6455_defconfig b/arch/c6x/configs/dsk6455_defconfig
index 4663487..bdd505f 100644
--- a/arch/c6x/configs/dsk6455_defconfig
+++ b/arch/c6x/configs/dsk6455_defconfig
@@ -25,7 +25,6 @@ CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_COUNT=2
 CONFIG_BLK_DEV_RAM_SIZE=17000
-CONFIG_MISC_DEVICES=y
 # CONFIG_INPUT is not set
 # CONFIG_SERIO is not set
 # CONFIG_VT is not set
diff --git a/arch/c6x/configs/evmc6457_defconfig b/arch/c6x/configs/evmc6457_defconfig
index bba40e1..259cf2c 100644
--- a/arch/c6x/configs/evmc6457_defconfig
+++ b/arch/c6x/configs/evmc6457_defconfig
@@ -26,7 +26,6 @@ CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_COUNT=2
 CONFIG_BLK_DEV_RAM_SIZE=17000
-CONFIG_MISC_DEVICES=y
 # CONFIG_INPUT is not set
 # CONFIG_SERIO is not set
 # CONFIG_VT is not set
diff --git a/arch/c6x/configs/evmc6472_defconfig b/arch/c6x/configs/evmc6472_defconfig
index 8c46155..fc26531 100644
--- a/arch/c6x/configs/evmc6472_defconfig
+++ b/arch/c6x/configs/evmc6472_defconfig
@@ -27,7 +27,6 @@ CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_COUNT=2
 CONFIG_BLK_DEV_RAM_SIZE=17000
-CONFIG_MISC_DEVICES=y
 # CONFIG_INPUT is not set
 # CONFIG_SERIO is not set
 # CONFIG_VT is not set
diff --git a/arch/c6x/configs/evmc6474_defconfig b/arch/c6x/configs/evmc6474_defconfig
index 15533f6..3e79abc 100644
--- a/arch/c6x/configs/evmc6474_defconfig
+++ b/arch/c6x/configs/evmc6474_defconfig
@@ -27,7 +27,6 @@ CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_COUNT=2
 CONFIG_BLK_DEV_RAM_SIZE=17000
-CONFIG_MISC_DEVICES=y
 # CONFIG_INPUT is not set
 # CONFIG_SERIO is not set
 # CONFIG_VT is not set
diff --git a/arch/c6x/configs/evmc6678_defconfig b/arch/c6x/configs/evmc6678_defconfig
index 5f126d4..7b907b6 100644
--- a/arch/c6x/configs/evmc6678_defconfig
+++ b/arch/c6x/configs/evmc6678_defconfig
@@ -27,7 +27,6 @@ CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_COUNT=2
 CONFIG_BLK_DEV_RAM_SIZE=17000
-CONFIG_MISC_DEVICES=y
 # CONFIG_INPUT is not set
 # CONFIG_SERIO is not set
 # CONFIG_VT is not set
-- 
1.7.9.5


  parent reply	other threads:[~2012-08-18 16:25 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-18 16:23 [PATCH 01/11] ARM: defconfig: Remove CONFIG_MISC_DEVICES Fabio Estevam
2012-08-18 16:23 ` [PATCH 02/11] AVR32: deconfig: " Fabio Estevam
2012-08-18 16:23 ` [PATCH 03/11] blackfin: defconfig: " Fabio Estevam
2012-08-18 17:36   ` Mike Frysinger
2012-08-18 16:23 ` Fabio Estevam [this message]
2012-08-19 23:32   ` [PATCH 04/11] C6X: " Mark Salter
2012-08-18 16:23 ` [PATCH 05/11] ia64: " Fabio Estevam
2012-08-20 20:11   ` Tony Luck
2012-08-18 16:23 ` [PATCH 06/11] m68k: " Fabio Estevam
2012-08-18 16:23 ` [PATCH 07/11] mips: " Fabio Estevam
2012-08-18 16:23 ` [PATCH 08/11] powerpc: " Fabio Estevam
2012-08-18 16:23 ` [PATCH 09/11] score: " Fabio Estevam
2012-08-18 16:23 ` [PATCH 10/11] sh: " Fabio Estevam
2012-08-18 16:23 ` [PATCH 11/11] xtensa: " Fabio Estevam
2012-08-18 18:08 ` [PATCH 01/11] ARM: " Arnd Bergmann
2012-09-06 22:25   ` Fabio Estevam
2012-09-21 12:20     ` Fabio Estevam
2012-09-21 14:49       ` Arnd Bergmann
2012-09-21 16:39         ` Fabio Estevam

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=1345307035-3545-4-git-send-email-festevam@gmail.com \
    --to=festevam@gmail.com \
    --cc=arnd@arndb.de \
    --cc=fabio.estevam@freescale.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=msalter@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).