Remove the final vestiges of up_spiinitialize()

This commit is contained in:
Gregory Nutt
2016-01-27 09:27:56 -06:00
parent 439620ab69
commit fd896330d8
5 changed files with 21 additions and 62 deletions
+3 -2
View File
@@ -1903,8 +1903,9 @@ static void mmcsd_mediachanged(void *arg)
* slotno - The slot number to use. This is only meaningful for
* architectures that support multiple MMC/SD slots. This value must be
* in the range {0, ..., CONFIG_MMCSD_NSLOTS}.
* spi - And instance of an SPI interface obtained by called
* up_spiinitialize() with the appropriate port number (see spi.h)
* spi - And instance of an SPI interface obtained by called the
* approprite xyz_spibus_initialize() function for the MCU "xyz" with
* the appropriate port number.
*
****************************************************************************/