From patchwork Wed Dec 7 11:29:53 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonas Gorski X-Patchwork-Id: 129944 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 4C4A81007D1 for ; Wed, 7 Dec 2011 22:32:49 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RYFiV-0005zr-79; Wed, 07 Dec 2011 11:31:15 +0000 Received: from mail-bw0-f49.google.com ([209.85.214.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RYFiR-0005zc-So for linux-mtd@lists.infradead.org; Wed, 07 Dec 2011 11:31:12 +0000 Received: by bkcje16 with SMTP id je16so382248bkc.36 for ; Wed, 07 Dec 2011 03:31:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; bh=OUZ5ptGVtYKIjLyzQCJUOirXKVv2pJBUqXfrZ8VzNoY=; b=XXi0QjxjvPF+Op0ZedijU1ckh2kcZNX5PQGdlyC8dg8ntF5ASOmYz9pnBBhHPiwwiv 1tX5bCJF8Km89edn779EweEjTRnHfIbq6zr4FddsVcwpyohlvIDyUR3Di6GrVt+WwdnC 0BI/aIUMz8DxkVqGREwMxWNelvt5plDrC0oVs= Received: by 10.180.104.103 with SMTP id gd7mr21984829wib.17.1323257469508; Wed, 07 Dec 2011 03:31:09 -0800 (PST) Received: from shaker64.lan (dslb-088-073-137-229.pools.arcor-ip.net. [88.73.137.229]) by mx.google.com with ESMTPS id fy13sm2412335wbb.18.2011.12.07.03.31.07 (version=SSLv3 cipher=OTHER); Wed, 07 Dec 2011 03:31:08 -0800 (PST) From: Jonas Gorski To: Artem Bityutskiy Subject: [PATCH] MTD: MAPS: remove Kconfig/Makefile entries for bcm963xx_flash Date: Wed, 7 Dec 2011 12:29:53 +0100 Message-Id: <1323257393-12114-1-git-send-email-jonas.gorski@gmail.com> X-Mailer: git-send-email 1.7.2.5 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (jonas.gorski[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.214.49 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: linux-mtd@lists.infradead.org X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-mtd-bounces@lists.infradead.org Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org Signed-off-by: Jonas Gorski --- Gah, accidentially dropped this part when I rebased my patches to l2-mtd-2.6.git (I wonder how I managed that and not notice it). Artem, can you fold this into my last patch (commit f1f888fb2c3fb281)? Regards, Jonas drivers/mtd/maps/Kconfig | 10 ---------- drivers/mtd/maps/Makefile | 1 - 2 files changed, 0 insertions(+), 11 deletions(-) diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index acc5e08..6c5c431 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig @@ -242,16 +242,6 @@ config MTD_NETtel help Support for flash chips on NETtel/SecureEdge/SnapGear boards. -config MTD_BCM963XX - tristate "Map driver for Broadcom BCM963xx boards" - depends on BCM63XX - select MTD_MAP_BANK_WIDTH_2 - select MTD_CFI_I1 - select MTD_BCM63XX_PARTS - help - Support for parsing CFE image tag and creating MTD partitions on - Broadcom BCM63xx boards. - config MTD_LANTIQ tristate "Lantiq SoC NOR support" depends on LANTIQ diff --git a/drivers/mtd/maps/Makefile b/drivers/mtd/maps/Makefile index 45dcb8b..68a9a91 100644 --- a/drivers/mtd/maps/Makefile +++ b/drivers/mtd/maps/Makefile @@ -55,6 +55,5 @@ obj-$(CONFIG_MTD_BFIN_ASYNC) += bfin-async-flash.o obj-$(CONFIG_MTD_RBTX4939) += rbtx4939-flash.o obj-$(CONFIG_MTD_VMU) += vmu-flash.o obj-$(CONFIG_MTD_GPIO_ADDR) += gpio-addr-flash.o -obj-$(CONFIG_MTD_BCM963XX) += bcm963xx-flash.o obj-$(CONFIG_MTD_LATCH_ADDR) += latch-addr-flash.o obj-$(CONFIG_MTD_LANTIQ) += lantiq-flash.o