public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
* coldfire_qspi compile fix
@ 2011-04-24 17:48 Steven King
  2011-04-26 23:52 ` Greg Ungerer
  0 siblings, 1 reply; 2+ messages in thread
From: Steven King @ 2011-04-24 17:48 UTC (permalink / raw)
  To: uclinux-dev; +Cc: linux-m68k, Greg Ungerer

The m68k/m68knommu merge broke the qspi build.

Signed-off-by: Steven King <sfking@fdwdc.com>
---
 drivers/spi/coldfire_qspi.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/spi/coldfire_qspi.c b/drivers/spi/coldfire_qspi.c
index 8856bcc..ae2cd1c 100644
--- a/drivers/spi/coldfire_qspi.c
+++ b/drivers/spi/coldfire_qspi.c
@@ -33,6 +33,7 @@
 #include <linux/spi/spi.h>
 
 #include <asm/coldfire.h>
+#include <asm/mcfsim.h>
 #include <asm/mcfqspi.h>
 
 #define	DRIVER_NAME "mcfqspi"

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

end of thread, other threads:[~2011-04-26 23:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-24 17:48 coldfire_qspi compile fix Steven King
2011-04-26 23:52 ` Greg Ungerer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox