Fix build warnings in logm
authorAhreum Jeong <ahreum.jeong@samsung.com>
Fri, 1 Sep 2017 04:55:12 +0000 (13:55 +0900)
committerAhreum Jeong <ahreum.jeong@samsung.com>
Fri, 1 Sep 2017 05:59:41 +0000 (14:59 +0900)
commit5de8a7874621bd7bd2d8d065a893594af3ae6cf7
tree0f81534b37180b246a557404eb5d759dca920ea7
parentf2aad18a921bde228f2f3f07c9d1d7412d6bf03d
Fix build warnings in logm
- Add missing include header
   . logm.c : sched.h for sched_lock/unlock, tinyara/arch.h for up_interrupt_context
   . logm_tashcmds.c : string.h for strcmp
- Delete logm_tash definition from logm.h because it is used in a file only
os/logm/logm.c
os/logm/logm.h
os/logm/logm_tashcmds.c