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

Commit 8e79d2d4 authored by Jean-Christophe PLAGNIOL-VILLARD's avatar Jean-Christophe PLAGNIOL-VILLARD Committed by Nicolas Ferre
Browse files

at91rm9200dk: fix warning: 'dk_mmc_data' defined but not used

parent 8ae8cd97
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -91,10 +91,12 @@ static struct at91_cf_data __initdata dk_cf_data = {
	// .vcc_pin	= ... always powered
	// .vcc_pin	= ... always powered
};
};


#ifndef CONFIG_MTD_AT91_DATAFLASH_CARD
static struct at91_mmc_data __initdata dk_mmc_data = {
static struct at91_mmc_data __initdata dk_mmc_data = {
	.slot_b		= 0,
	.slot_b		= 0,
	.wire4		= 1,
	.wire4		= 1,
};
};
#endif


static struct spi_board_info dk_spi_devices[] = {
static struct spi_board_info dk_spi_devices[] = {
	{	/* DataFlash chip */
	{	/* DataFlash chip */