[PATCH] AT91: at91sam9261ek board: remove warnings related to use of SPI or SD/MMC
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Fri Sep 10 07:06:32 EDT 2010
> > * ADS7846 Touchscreen
> >@@ -357,6 +350,21 @@ static struct spi_board_info ek_spi_devices[] = {
> > #endif
> > };
> >
> >+#else /* CONFIG_SPI_ATMEL_* */
> >+
> >+/*
> >+ * MCI (SD/MMC)
> >+ * spi0 and mmc/sd share the same PIO pins: cannot be used at the same time
> >+ */
> >+static struct at91_mmc_data __initdata ek_mmc_data = {
> >+ .wire4 = 1,
> >+// .det_pin = ... not connected
> >+// .wp_pin = ... not connected
> >+// .vcc_pin = ... not connected
>
> The coding style document forbids C99 style // comments. Could
> replace with normal comment or #if 0...
no dead code please
Best Regards,
J.
More information about the linux-arm-kernel
mailing list