summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/semaphore.h
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@pobox.com>2005-12-06 04:14:25 -0500
committerJeff Garzik <jgarzik@pobox.com>2005-12-06 04:14:25 -0500
commit6cf5bcaaf9a92225017f7a3f1a630f6b5147ad4a (patch)
treebf5fead8ac5333346b17d34a1d2f8f9d5dc608be /include/asm-arm/semaphore.h
parent6fc88198961141c2d9d34cde0855fb2e85ea3382 (diff)
parent436b0f76f2cee6617f27a649637766628909dd5d (diff)
downloadkernel-crypto-6cf5bcaaf9a92225017f7a3f1a630f6b5147ad4a.tar.gz
kernel-crypto-6cf5bcaaf9a92225017f7a3f1a630f6b5147ad4a.tar.xz
kernel-crypto-6cf5bcaaf9a92225017f7a3f1a630f6b5147ad4a.zip
Merge branch 'master'
Diffstat (limited to 'include/asm-arm/semaphore.h')
-rw-r--r--include/asm-arm/semaphore.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-arm/semaphore.h b/include/asm-arm/semaphore.h
index 71ca7d41268..d5dc624f452 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)
sema_init(sem, 0);
}
-static inline int sema_count(struct semaphore *sem)
-{
- return atomic_read(&sem->count);
-}
-
/*
* special register calling convention
*/