drivers/timer: fix build errors when CONFIG_TIMER=y
authorJihun Ahn <jhun.ahn@samsung.com>
Tue, 2 May 2017 11:14:24 +0000 (20:14 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Tue, 23 May 2017 12:39:59 +0000 (21:39 +0900)
commit617bd734d39f54007d6bb68ba50f5fc3128660de
tree18c594578dcd8f308d1cd9d5df2d603be87b78c1
parent20d9b11abe9e462888f5f19096749454bffdbeb6
drivers/timer: fix build errors when CONFIG_TIMER=y

tmrinfo() and tmrerr() do not exist. They seem to be added accidentally.
This commit also fixes build errors due to this.

Change-Id: I42ac8a7f323ca98b5d002714c9253b7f8fc40894
Signed-off-by: Jihun Ahn <jhun.ahn@samsung.com>
os/drivers/timer.c