* 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
* Re: coldfire_qspi compile fix
2011-04-24 17:48 coldfire_qspi compile fix Steven King
@ 2011-04-26 23:52 ` Greg Ungerer
0 siblings, 0 replies; 2+ messages in thread
From: Greg Ungerer @ 2011-04-26 23:52 UTC (permalink / raw)
To: Steven King; +Cc: uclinux-dev, linux-m68k, Greg Ungerer
Hi Steven,
On 25/04/11 03:48, Steven King wrote:
> The m68k/m68knommu merge broke the qspi build.
>
> Signed-off-by: Steven King<sfking@fdwdc.com>
Thanks, I have applied this to the m68knommu git tree.
Regards
Greg
> 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"
>
>
>
--
------------------------------------------------------------------------
Greg Ungerer -- Principal Engineer EMAIL: gerg@snapgear.com
SnapGear Group, McAfee PHONE: +61 7 3435 2888
8 Gardner Close FAX: +61 7 3217 5323
Milton, QLD, 4064, Australia WEB: http://www.SnapGear.com
^ permalink raw reply [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