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

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

Signed-off-by: default avatarJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: default avatarAndrew Victor <linux@maxim.org.za>
parent 8ae8cd97
...@@ -91,10 +91,12 @@ static struct at91_cf_data __initdata dk_cf_data = { ...@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment