+static struct spi_board_info smdk6410_spi_devices[] __initdata = { + { + .modalias = "spidev", + .mode = SPI_MODE_0, + .max_speed_hz = 4000000, + .bus_num = 0, + .chip_select = 0, + .controller_data = &smdk6410_spi1_csi[SMDK6410_SPIDEV_CS], + }, +}; smdk6410_spi1_csi is not declared in the file maybe smdk6410_spi0_csi instead? -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html