diff options
author | Matthew Wilcox <matthew@wil.cx> | 2008-07-24 08:09:32 -0400 |
---|---|---|
committer | Matthew Wilcox <willy@linux.intel.com> | 2008-07-24 08:31:12 -0400 |
commit | 2351ec533ed0dd56052ab96988d2161d5ecc8ed9 (patch) | |
tree | f60585af065bc7728f55ff0681c3f3f1015ba0a1 /include/asm-m32r | |
parent | 6310e472717ed736c9bff9840febb71f7bb400ed (diff) |
Remove asm/semaphore.h
All users have now been converted to linux/semaphore.h and we don't need
to keep these files around any longer.
Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Diffstat (limited to 'include/asm-m32r')
-rw-r--r-- | include/asm-m32r/semaphore.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-m32r/semaphore.h b/include/asm-m32r/semaphore.h deleted file mode 100644 index d9b2034ed1d..00000000000 --- a/include/asm-m32r/semaphore.h +++ /dev/null @@ -1 +0,0 @@ -#include <linux/semaphore.h> |