Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11cabcb9 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

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

parent d2db97bf
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -23,12 +23,13 @@
#include <asm/dma.h>
#include <asm/dma.h>
#include <asm/bfin5xx_spi.h>
#include <asm/bfin5xx_spi.h>
#include <asm/reboot.h>
#include <asm/reboot.h>
#include <asm/portmux.h>
#include <linux/spi/ad7877.h>
#include <linux/spi/ad7877.h>


/*
/*
 * Name the Board for the /proc/cpuinfo
 * 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)
#if defined(CONFIG_BFIN_CFPCMCIA) || defined(CONFIG_BFIN_CFPCMCIA_MODULE)
static struct resource bfin_pcmcia_cf_resources[] = {
static struct resource bfin_pcmcia_cf_resources[] = {