All of lore.kernel.org
 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>,
	Mike Frysinger <vapier@gentoo.org>,
	<uclinux-dist-devel@blackfin.uclinux.org>
Subject: [PATCH 03/11] blackfin: defconfig: Remove CONFIG_MISC_DEVICES
Date: Sat, 18 Aug 2012 13:23:47 -0300	[thread overview]
Message-ID: <1345307035-3545-3-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: Mike Frysinger <vapier@gentoo.org>
Cc: <uclinux-dist-devel@blackfin.uclinux.org>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 arch/blackfin/configs/BlackStamp_defconfig |    1 -
 arch/blackfin/configs/H8606_defconfig      |    1 -
 arch/blackfin/configs/SRV1_defconfig       |    1 -
 3 files changed, 3 deletions(-)

diff --git a/arch/blackfin/configs/BlackStamp_defconfig b/arch/blackfin/configs/BlackStamp_defconfig
index 7b982d0..8f94e54 100644
--- a/arch/blackfin/configs/BlackStamp_defconfig
+++ b/arch/blackfin/configs/BlackStamp_defconfig
@@ -58,7 +58,6 @@ CONFIG_MTD_M25P80=y
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_NBD=y
 CONFIG_BLK_DEV_RAM=y
-CONFIG_MISC_DEVICES=y
 CONFIG_EEPROM_AT25=y
 CONFIG_NETDEVICES=y
 CONFIG_NET_ETHERNET=y
diff --git a/arch/blackfin/configs/H8606_defconfig b/arch/blackfin/configs/H8606_defconfig
index a26436b..fbdca43 100644
--- a/arch/blackfin/configs/H8606_defconfig
+++ b/arch/blackfin/configs/H8606_defconfig
@@ -45,7 +45,6 @@ CONFIG_MTD_COMPLEX_MAPPINGS=y
 CONFIG_MTD_M25P80=y
 # CONFIG_M25PXX_USE_FAST_READ is not set
 CONFIG_BLK_DEV_RAM=y
-CONFIG_MISC_DEVICES=y
 CONFIG_EEPROM_AT25=y
 CONFIG_NETDEVICES=y
 CONFIG_NET_ETHERNET=y
diff --git a/arch/blackfin/configs/SRV1_defconfig b/arch/blackfin/configs/SRV1_defconfig
index 0520c16..2fa7b6d 100644
--- a/arch/blackfin/configs/SRV1_defconfig
+++ b/arch/blackfin/configs/SRV1_defconfig
@@ -48,7 +48,6 @@ CONFIG_MTD_COMPLEX_MAPPINGS=y
 CONFIG_MTD_UCLINUX=y
 CONFIG_MTD_NAND=m
 CONFIG_BLK_DEV_RAM=y
-CONFIG_MISC_DEVICES=y
 CONFIG_EEPROM_AT25=m
 CONFIG_NETDEVICES=y
 # CONFIG_NETDEV_1000 is not set
-- 
1.7.9.5


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

Thread overview: 25+ 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 ` Fabio Estevam
2012-08-18 16:23 ` [PATCH 02/11] AVR32: deconfig: " Fabio Estevam
2012-08-18 16:23 ` Fabio Estevam [this message]
2012-08-18 17:36   ` [PATCH 03/11] blackfin: defconfig: " 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 ` [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-08-18 18:08   ` Arnd Bergmann
2012-09-06 22:25   ` Fabio Estevam
2012-09-06 22:25     ` Fabio Estevam
2012-09-21 12:20     ` Fabio Estevam
2012-09-21 12:20       ` Fabio Estevam
2012-09-21 14:49       ` Arnd Bergmann
2012-09-21 14:49         ` Arnd Bergmann
2012-09-21 16:39         ` Fabio Estevam
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-3-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=uclinux-dist-devel@blackfin.uclinux.org \
    --cc=vapier@gentoo.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 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.