Skip to content

Commit

Permalink
coldfire_qspi compile fix
Browse files Browse the repository at this point in the history
The m68k/m68knommu merge broke the qspi build.

Signed-off-by: Steven King <sfking@fdwdc.com>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
  • Loading branch information
Steven King authored and Greg Ungerer committed May 24, 2011
1 parent cae2e6c commit 0b4bf78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/spi/coldfire_qspi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0b4bf78

Please sign in to comment.