Blackfin: bf537-minotaur: fix build errors due to header changes
authorMike Frysinger <vapier@gentoo.org>
Thu, 15 Apr 2010 16:31:43 +0000 (16:31 +0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 22 May 2010 18:19:08 +0000 (14:19 -0400)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/mach-bf537/boards/minotaur.c

index c489d60..05d4599 100644 (file)
 #include <asm/dma.h>
 #include <asm/bfin5xx_spi.h>
 #include <asm/reboot.h>
+#include <asm/portmux.h>
 #include <linux/spi/ad7877.h>
 
 /*
  * Name the Board for the /proc/cpuinfo
  */
-char *bfin_board_name = "CamSig Minotaur BF537";
+const char bfin_board_name[] = "CamSig Minotaur BF537";
 
 #if defined(CONFIG_BFIN_CFPCMCIA) || defined(CONFIG_BFIN_CFPCMCIA_MODULE)
 static struct resource bfin_pcmcia_cf_resources[] = {