Fix forward references that were mangled in last large changes.

This commit is contained in:
Gregory Nutt
2017-04-29 06:59:35 -06:00
parent b78137049c
commit b6b16bf4da
22 changed files with 0 additions and 28 deletions
-1
View File
@@ -154,7 +154,6 @@ void weak_function pic32mx_spi2initialize(void)
************************************************************************************/
struct spi_dev_s;
uint32_t;
void pic32mx_spi2select(FAR struct spi_dev_s *dev, uint32_t devid, bool selected)
{
@@ -102,7 +102,6 @@ void weak_function pic32mx_spidev_initialize(void)
************************************************************************************/
struct spi_dev_s;
uint32_t;
#ifdef CONFIG_PIC32MX_SPI1
void pic32mx_spi1select(FAR struct spi_dev_s *dev, uint32_t devid, bool selected)
-1
View File
@@ -128,7 +128,6 @@ void weak_function pic32mx_spidev_initialize(void)
************************************************************************************/
struct spi_dev_s;
uint32_t;
#ifdef CONFIG_PIC32MX_SPI1
void pic32mx_spi1select(FAR struct spi_dev_s *dev, uint32_t devid, bool selected)
@@ -100,7 +100,6 @@ void weak_function pic32mz_spidev_initialize(void)
************************************************************************************/
struct spi_dev_s;
uint32_t;
#ifdef CONFIG_PIC32MZ_SPI1
void pic32mz_spi1select(FAR struct spi_dev_s *dev, uint32_t devid, bool selected)