public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 2.6.23-rc2-omap1] mcspi can be modular...
@ 2007-08-14  5:49 David Brownell
  2007-08-15 10:55 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: David Brownell @ 2007-08-14  5:49 UTC (permalink / raw)
  To: linux-omap-open-source

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>
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-08-15 10:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox