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 23 #include <asm/dma.h> 24 24 #include <asm/bfin5xx_spi.h> 25 25 #include <asm/reboot.h> 26 + #include <asm/portmux.h> 26 27 #include <linux/spi/ad7877.h> 27 28 28 29 /* 29 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 34 #if defined(CONFIG_BFIN_CFPCMCIA) || defined(CONFIG_BFIN_CFPCMCIA_MODULE) 34 35 static struct resource bfin_pcmcia_cf_resources[] = {