提交 11849fe6 编写于 作者: A Arthur Othieno 提交者: Russell King

[ARM] sema_count() removal

sema_count() defined only for ARM but not used anywhere.
Signed-off-by: NArthur Othieno <a.othieno@bluewin.ch>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 08af295b
......@@ -47,11 +47,6 @@ static inline void init_MUTEX_LOCKED(struct semaphore *sem)
sema_init(sem, 0);
}
static inline int sema_count(struct semaphore *sem)
{
return atomic_read(&sem->count);
}
/*
* special register calling convention
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册