diff options
author | Arthur Othieno <a.othieno@bluewin.ch> | 2005-12-01 15:58:01 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-12-01 15:58:01 -0500 |
commit | 11849fe67430ba48547e17b25a7831da29863efa (patch) | |
tree | 0f10c7ff4c70b3242f0650c3d6c2d0fe461f2836 /include/asm-arm/semaphore.h | |
parent | 08af295ba491123d067400228d887ca574aceecd (diff) |
[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>
Diffstat (limited to 'include/asm-arm/semaphore.h')
-rw-r--r-- | include/asm-arm/semaphore.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-arm/semaphore.h b/include/asm-arm/semaphore.h index 71ca7d412687..d5dc624f452a 100644 --- a/include/asm-arm/semaphore.h +++ b/include/asm-arm/semaphore.h | |||
@@ -47,11 +47,6 @@ static inline void init_MUTEX_LOCKED(struct semaphore *sem) | |||
47 | sema_init(sem, 0); | 47 | sema_init(sem, 0); |
48 | } | 48 | } |
49 | 49 | ||
50 | static inline int sema_count(struct semaphore *sem) | ||
51 | { | ||
52 | return atomic_read(&sem->count); | ||
53 | } | ||
54 | |||
55 | /* | 50 | /* |
56 | * special register calling convention | 51 | * special register calling convention |
57 | */ | 52 | */ |