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>,
	Geert Uytterhoeven <geert@linux-m68k.org>
Subject: [PATCH 06/11] m68k: defconfig: Remove CONFIG_MISC_DEVICES
Date: Sat, 18 Aug 2012 13:23:50 -0300	[thread overview]
Message-ID: <1345307035-3545-6-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: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 arch/m68k/configs/m5208evb_defconfig |    1 -
 arch/m68k/configs/m5249evb_defconfig |    1 -
 arch/m68k/configs/m5272c3_defconfig  |    1 -
 arch/m68k/configs/m5275evb_defconfig |    1 -
 arch/m68k/configs/m5307c3_defconfig  |    1 -
 arch/m68k/configs/m5407c3_defconfig  |    1 -
 6 files changed, 6 deletions(-)

diff --git a/arch/m68k/configs/m5208evb_defconfig b/arch/m68k/configs/m5208evb_defconfig
index c161682..dd28495 100644
--- a/arch/m68k/configs/m5208evb_defconfig
+++ b/arch/m68k/configs/m5208evb_defconfig
@@ -46,7 +46,6 @@ CONFIG_MTD_BLOCK=y
 CONFIG_MTD_RAM=y
 CONFIG_MTD_UCLINUX=y
 CONFIG_BLK_DEV_RAM=y
-# CONFIG_MISC_DEVICES is not set
 CONFIG_NETDEVICES=y
 CONFIG_NET_ETHERNET=y
 CONFIG_FEC=y
diff --git a/arch/m68k/configs/m5249evb_defconfig b/arch/m68k/configs/m5249evb_defconfig
index a6599e4..6c34506 100644
--- a/arch/m68k/configs/m5249evb_defconfig
+++ b/arch/m68k/configs/m5249evb_defconfig
@@ -44,7 +44,6 @@ CONFIG_MTD_BLOCK=y
 CONFIG_MTD_RAM=y
 CONFIG_MTD_UCLINUX=y
 CONFIG_BLK_DEV_RAM=y
-# CONFIG_MISC_DEVICES is not set
 CONFIG_NETDEVICES=y
 CONFIG_NET_ETHERNET=y
 # CONFIG_NETDEV_1000 is not set
diff --git a/arch/m68k/configs/m5272c3_defconfig b/arch/m68k/configs/m5272c3_defconfig
index 3fa60a5..179771d 100644
--- a/arch/m68k/configs/m5272c3_defconfig
+++ b/arch/m68k/configs/m5272c3_defconfig
@@ -42,7 +42,6 @@ CONFIG_MTD_BLOCK=y
 CONFIG_MTD_RAM=y
 CONFIG_MTD_UCLINUX=y
 CONFIG_BLK_DEV_RAM=y
-# CONFIG_MISC_DEVICES is not set
 CONFIG_NETDEVICES=y
 CONFIG_NET_ETHERNET=y
 CONFIG_FEC=y
diff --git a/arch/m68k/configs/m5275evb_defconfig b/arch/m68k/configs/m5275evb_defconfig
index a1230e8..b963485 100644
--- a/arch/m68k/configs/m5275evb_defconfig
+++ b/arch/m68k/configs/m5275evb_defconfig
@@ -45,7 +45,6 @@ CONFIG_MTD_BLOCK=y
 CONFIG_MTD_RAM=y
 CONFIG_MTD_UCLINUX=y
 CONFIG_BLK_DEV_RAM=y
-# CONFIG_MISC_DEVICES is not set
 CONFIG_NETDEVICES=y
 CONFIG_NET_ETHERNET=y
 CONFIG_FEC=y
diff --git a/arch/m68k/configs/m5307c3_defconfig b/arch/m68k/configs/m5307c3_defconfig
index 43795f4..74a633a 100644
--- a/arch/m68k/configs/m5307c3_defconfig
+++ b/arch/m68k/configs/m5307c3_defconfig
@@ -44,7 +44,6 @@ CONFIG_MTD_BLOCK=y
 CONFIG_MTD_RAM=y
 CONFIG_MTD_UCLINUX=y
 CONFIG_BLK_DEV_RAM=y
-# CONFIG_MISC_DEVICES is not set
 CONFIG_NETDEVICES=y
 CONFIG_NET_ETHERNET=y
 # CONFIG_NETDEV_1000 is not set
diff --git a/arch/m68k/configs/m5407c3_defconfig b/arch/m68k/configs/m5407c3_defconfig
index 72746c5..86101f1 100644
--- a/arch/m68k/configs/m5407c3_defconfig
+++ b/arch/m68k/configs/m5407c3_defconfig
@@ -44,7 +44,6 @@ CONFIG_MTD_BLOCK=y
 CONFIG_MTD_RAM=y
 CONFIG_MTD_UCLINUX=y
 CONFIG_BLK_DEV_RAM=y
-# CONFIG_MISC_DEVICES is not set
 CONFIG_NETDEVICES=y
 CONFIG_NET_ETHERNET=y
 # CONFIG_NETDEV_1000 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 ` [PATCH 04/11] C6X: " Fabio Estevam
2012-08-19 23:32   ` 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 ` Fabio Estevam [this message]
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-6-git-send-email-festevam@gmail.com \
    --to=festevam@gmail.com \
    --cc=arnd@arndb.de \
    --cc=fabio.estevam@freescale.com \
    --cc=geert@linux-m68k.org \
    --cc=linux-kernel@vger.kernel.org \
    /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).