Blackfin: bf537-minotaur: fix build errors due to header changes

Signed-off-by: Mike Frysinger <vapier@gentoo.org>

+2 -1
+2 -1
arch/blackfin/mach-bf537/boards/minotaur.c
··· 23 #include <asm/dma.h> 24 #include <asm/bfin5xx_spi.h> 25 #include <asm/reboot.h> 26 #include <linux/spi/ad7877.h> 27 28 /* 29 * Name the Board for the /proc/cpuinfo 30 */ 31 - char *bfin_board_name = "CamSig Minotaur BF537"; 32 33 #if defined(CONFIG_BFIN_CFPCMCIA) || defined(CONFIG_BFIN_CFPCMCIA_MODULE) 34 static struct resource bfin_pcmcia_cf_resources[] = {
··· 23 #include <asm/dma.h> 24 #include <asm/bfin5xx_spi.h> 25 #include <asm/reboot.h> 26 + #include <asm/portmux.h> 27 #include <linux/spi/ad7877.h> 28 29 /* 30 * Name the Board for the /proc/cpuinfo 31 */ 32 + const char bfin_board_name[] = "CamSig Minotaur BF537"; 33 34 #if defined(CONFIG_BFIN_CFPCMCIA) || defined(CONFIG_BFIN_CFPCMCIA_MODULE) 35 static struct resource bfin_pcmcia_cf_resources[] = {