All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: David Brownell <david-b@pacbell.net>
Cc: linux-omap-open-source@linux.omap.com
Subject: Re: [patch 2.6.23-rc2-omap1] mcspi can be modular...
Date: Wed, 15 Aug 2007 03:55:15 -0700	[thread overview]
Message-ID: <20070815105515.GK19754@atomide.com> (raw)
In-Reply-To: <200708132249.12045.david-b@pacbell.net>

* David Brownell <david-b@pacbell.net> [070813 23:12]:
> Don't assume only non-modular builds.  Just in case someone's crazy.
> 
> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
> 
> --- h4.orig/arch/arm/mach-omap2/devices.c	2007-08-13 12:31:32.000000000 -0700
> +++ h4/arch/arm/mach-omap2/devices.c	2007-08-13 12:32:12.000000000 -0700
> @@ -146,7 +146,7 @@ static inline void omap_init_sti(void)
>  static inline void omap_init_sti(void) {}
>  #endif
>  
> -#if defined(CONFIG_SPI_OMAP24XX)
> +#if defined(CONFIG_SPI_OMAP24XX) || defined(CONFIG_SPI_OMAP24XX_MODULE)
>  
>  #include <asm/arch/mcspi.h>

Pushing today.

Tony

      reply	other threads:[~2007-08-15 10:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-14  5:49 [patch 2.6.23-rc2-omap1] mcspi can be modular David Brownell
2007-08-15 10:55 ` Tony Lindgren [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070815105515.GK19754@atomide.com \
    --to=tony@atomide.com \
    --cc=david-b@pacbell.net \
    --cc=linux-omap-open-source@linux.omap.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.