[ARM] sema_count() removal

sema_count() defined only for ARM but not used anywhere.

Signed-off-by: Arthur Othieno <a.othieno@bluewin.ch>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by Arthur Othieno and committed by Russell King 11849fe6 08af295b

-5
-5
include/asm-arm/semaphore.h
··· 47 sema_init(sem, 0); 48 } 49 50 - static inline int sema_count(struct semaphore *sem) 51 - { 52 - return atomic_read(&sem->count); 53 - } 54 - 55 /* 56 * special register calling convention 57 */
··· 47 sema_init(sem, 0); 48 } 49 50 /* 51 * special register calling convention 52 */