diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2010-04-15 12:31:43 -0400 |
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2010-05-22 14:19:08 -0400 |
| commit | 11cabcb95e0d9de15f3d8a9d25336edfc5444337 (patch) | |
| tree | 9d929ae29a447f37f4358cf36fe1f9956948e5c6 | |
| parent | d2db97bf6bafde4ec114d1837dd3fc4cea64b2ea (diff) | |
Blackfin: bf537-minotaur: fix build errors due to header changes
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
| -rw-r--r-- | arch/blackfin/mach-bf537/boards/minotaur.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf537/boards/minotaur.c b/arch/blackfin/mach-bf537/boards/minotaur.c index c489d602c590..05d45994480e 100644 --- a/arch/blackfin/mach-bf537/boards/minotaur.c +++ b/arch/blackfin/mach-bf537/boards/minotaur.c | |||
| @@ -23,12 +23,13 @@ | |||
| 23 | #include <asm/dma.h> | 23 | #include <asm/dma.h> |
| 24 | #include <asm/bfin5xx_spi.h> | 24 | #include <asm/bfin5xx_spi.h> |
| 25 | #include <asm/reboot.h> | 25 | #include <asm/reboot.h> |
| 26 | #include <asm/portmux.h> | ||
| 26 | #include <linux/spi/ad7877.h> | 27 | #include <linux/spi/ad7877.h> |
| 27 | 28 | ||
| 28 | /* | 29 | /* |
| 29 | * Name the Board for the /proc/cpuinfo | 30 | * Name the Board for the /proc/cpuinfo |
| 30 | */ | 31 | */ |
| 31 | char *bfin_board_name = "CamSig Minotaur BF537"; | 32 | const char bfin_board_name[] = "CamSig Minotaur BF537"; |
| 32 | 33 | ||
| 33 | #if defined(CONFIG_BFIN_CFPCMCIA) || defined(CONFIG_BFIN_CFPCMCIA_MODULE) | 34 | #if defined(CONFIG_BFIN_CFPCMCIA) || defined(CONFIG_BFIN_CFPCMCIA_MODULE) |
| 34 | static struct resource bfin_pcmcia_cf_resources[] = { | 35 | static struct resource bfin_pcmcia_cf_resources[] = { |
