From patchwork Thu Oct 14 01:15:19 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 252011 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o9E44v14002445 for ; Thu, 14 Oct 2010 04:04:57 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754438Ab0JNEEf (ORCPT ); Thu, 14 Oct 2010 00:04:35 -0400 Received: from rcsinet10.oracle.com ([148.87.113.121]:48751 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754420Ab0JNEEd (ORCPT ); Thu, 14 Oct 2010 00:04:33 -0400 Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id o9E43Iqc008383 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 14 Oct 2010 04:03:20 GMT Received: from acsmt353.oracle.com (acsmt353.oracle.com [141.146.40.153]) by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o9E43G3S021139; Thu, 14 Oct 2010 04:03:16 GMT Received: from abhmt008.oracle.com by acsmt354.oracle.com with ESMTP id 689372351287028936; Wed, 13 Oct 2010 21:02:16 -0700 Received: from chimera.site (/173.50.240.230) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 13 Oct 2010 21:02:16 -0700 Date: Wed, 13 Oct 2010 18:15:19 -0700 From: Randy Dunlap To: lkml , akpm Cc: Chris Ball , MM , linux-mmc@vger.kernel.org Subject: [PATCH -next] mmc: fix cb710 kconfig dependency warning Message-Id: <20101013181519.6ff00e10.randy.dunlap@oracle.com> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Thu, 14 Oct 2010 04:04:57 +0000 (UTC) --- linux-next-20101013.orig/drivers/mmc/host/Kconfig +++ linux-next-20101013/drivers/mmc/host/Kconfig @@ -394,7 +394,7 @@ config MMC_TMIO config MMC_CB710 tristate "ENE CB710 MMC/SD Interface support" - depends on PCI + depends on PCI && MISC_DEVICES select CB710_CORE help This option enables support for MMC/SD part of ENE CB710/720 Flash