From patchwork Sun Feb 6 21:15:44 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Ball X-Patchwork-Id: 536201 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 p16LFlbU005796 for ; Sun, 6 Feb 2011 21:15:48 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754033Ab1BFVPp (ORCPT ); Sun, 6 Feb 2011 16:15:45 -0500 Received: from void.printf.net ([89.145.121.20]:40682 "EHLO void.printf.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753775Ab1BFVPp (ORCPT ); Sun, 6 Feb 2011 16:15:45 -0500 Received: from chris by void.printf.net with local (Exim 4.69) (envelope-from ) id 1PmBxQ-0006E1-4B; Sun, 06 Feb 2011 21:15:44 +0000 Date: Sun, 6 Feb 2011 21:15:44 +0000 From: Chris Ball To: Pierre Tardy Cc: linux-pm@lists.linux-foundation.org, linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, Yunpeng Gao Subject: Re: [PATCH v2 2/3] sdhci-pci : Enable runtime PM support Message-ID: <20110206211544.GA23898@void.printf.net> References: <6722fa7986194808f4d69a1e5ba6d3f163b77da9.1297014479.git.pierre.tardy@intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <6722fa7986194808f4d69a1e5ba6d3f163b77da9.1297014479.git.pierre.tardy@intel.com> User-Agent: Mutt/1.5.18 (2008-05-17) 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.6 (demeter1.kernel.org [140.211.167.41]); Sun, 06 Feb 2011 21:15:48 +0000 (UTC) diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/sdhci-pci.c index 22581a1..48061b3 100644 --- a/drivers/mmc/host/sdhci-pci.c +++ b/drivers/mmc/host/sdhci-pci.c @@ -18,6 +18,7 @@ #include #include #include +#include #include