Misc changes to get a clean compilation after incorporating all of Bob Doison's changes

This commit is contained in:
Gregory Nutt
2014-04-22 10:38:08 -06:00
parent 066cca1863
commit 5df14c7d40
9 changed files with 43 additions and 45 deletions
+1 -2
View File
@@ -210,7 +210,6 @@ static int timer_close(FAR struct file *filep)
{
upper->crefs--;
}
#warning "anythin uninit to do on last close?"
//sem_post(&upper->exclsem);
ret = OK;
@@ -466,7 +465,7 @@ static int timer_ioctl(FAR struct file *filep, int cmd, unsigned long arg)
****************************************************************************/
FAR void *timer_register(FAR const char *path,
FAR struct timer_lowerhalf_s *lower)
FAR struct timer_lowerhalf_s *lower)
{
FAR struct timer_upperhalf_s *upper;
int ret;