public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: David Brownell <david-b@pacbell.net>
To: linux-omap-open-source@linux.omap.com
Subject: [patch 2.6.23-rc2-omap1] mcspi can be modular...
Date: Mon, 13 Aug 2007 22:49:11 -0700	[thread overview]
Message-ID: <200708132249.12045.david-b@pacbell.net> (raw)

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>
 

             reply	other threads:[~2007-08-14  5:49 UTC|newest]

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

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=200708132249.12045.david-b@pacbell.net \
    --to=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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox