Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933558Ab1CXDl7 (ORCPT ); Wed, 23 Mar 2011 23:41:59 -0400 Received: from mail-iy0-f174.google.com ([209.85.210.174]:34359 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932926Ab1CXDl5 (ORCPT ); Wed, 23 Mar 2011 23:41:57 -0400 Date: Wed, 23 Mar 2011 21:41:51 -0600 From: Grant Likely To: David Miller Cc: 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 Message-ID: <20110324034151.GA27881@ponder.secretlab.ca> References: <20110318.150023.27819221.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110318.150023.27819221.davem@davemloft.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1092 Lines: 35 On Fri, Mar 18, 2011 at 03:00:23PM -0700, David Miller wrote: > > Since these are the headers that provide irq_of_parse_and_map() > and NO_IRQ. > > Signed-off-by: David S. Miller Acked-by: Grant Likely Chris, let me know if you need me to take this via my tree. g. > > 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 -- 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/