Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934339Ab1CXW7K (ORCPT ); Thu, 24 Mar 2011 18:59:10 -0400 Received: from void.printf.net ([89.145.121.20]:40766 "EHLO void.printf.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932915Ab1CXW7G (ORCPT ); Thu, 24 Mar 2011 18:59:06 -0400 From: Chris Ball To: David Miller Cc: grant.likely@secretlab.ca, linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] of_mmc_spi: Need to include irq.h and of_irq.h References: <20110318.150023.27819221.davem@davemloft.net> Date: Thu, 24 Mar 2011 18:55:30 -0400 In-Reply-To: <20110318.150023.27819221.davem@davemloft.net> (David Miller's message of "Fri, 18 Mar 2011 15:00:23 -0700 (PDT)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1099 Lines: 36 Hi, On Fri, Mar 18 2011, David Miller wrote: > Since these are the headers that provide irq_of_parse_and_map() > and NO_IRQ. > > Signed-off-by: David S. Miller > > diff --git a/drivers/mmc/host/of_mmc_spi.c b/drivers/mmc/host/of_mmc_spi.c > index 5530def..e2aecb7 100644 > --- a/drivers/mmc/host/of_mmc_spi.c > +++ b/drivers/mmc/host/of_mmc_spi.c > @@ -15,9 +15,11 @@ > #include > #include > #include > +#include > #include > #include > #include > +#include > #include > #include > #include Pushed to mmc-next for .39-rc2 with Grant's ACK, thanks. - Chris. -- Chris Ball One Laptop Per Child -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/