Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11849fe6 authored by Arthur Othieno's avatar Arthur Othieno Committed by Russell King
Browse files

[ARM] sema_count() removal



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

Signed-off-by: default avatarArthur Othieno <a.othieno@bluewin.ch>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 08af295b
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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
 */