STM32/EFM32 USB host drivers. Remove some detritus left from previous change

This commit is contained in:
Gregory Nutt 2015-05-14 07:55:55 -06:00
parent 8c05ef57f5
commit cde3fef581
3 changed files with 0 additions and 3 deletions

View File

@ -4763,7 +4763,6 @@ static int efm32_cancel(FAR struct usbhost_driver_s *drvr, usbhost_ep_t ep)
efm32_givesem(&priv->exclsem);
return OK;
}
#endif /* CONFIG_USBHOST_ASYNCH */
/************************************************************************************
* Name: efm32_connect

View File

@ -4695,7 +4695,6 @@ static int stm32_cancel(FAR struct usbhost_driver_s *drvr, usbhost_ep_t ep)
stm32_givesem(&priv->exclsem);
return OK;
}
#endif /* CONFIG_USBHOST_ASYNCH */
/************************************************************************************
* Name: stm32_connect

View File

@ -4695,7 +4695,6 @@ static int stm32_cancel(FAR struct usbhost_driver_s *drvr, usbhost_ep_t ep)
stm32_givesem(&priv->exclsem);
return OK;
}
#endif /* CONFIG_USBHOST_ASYNCH */
/************************************************************************************
* Name: stm32_connect