summaryrefslogtreecommitdiff
path: root/include/asm-frv
diff options
context:
space:
mode:
authorMatthew Wilcox <matthew@wil.cx>2008-04-23 07:53:19 -0400
committerMatthew Wilcox <willy@linux.intel.com>2008-04-25 05:57:53 -0400
commit8bb3bb48ce45167e34b6c0e7c1a4bbbf7f8fcee5 (patch)
tree7c59d05a400ca017688f8a31c868ba53191564d6 /include/asm-frv
parent7d54a8fd01be2c4e69d7f4ebf5f0361ef1a42823 (diff)
Warn if asm/semaphore.h included
In preparation for removing asm/semaphore.h, warn if it is used. Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Diffstat (limited to 'include/asm-frv')
-rw-r--r--include/asm-frv/semaphore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-frv/semaphore.h b/include/asm-frv/semaphore.h
index d9b2034ed1d2..4c7ea462435b 100644
--- a/include/asm-frv/semaphore.h
+++ b/include/asm-frv/semaphore.h
@@ -1 +1,2 @@
+#warning Use linux/semaphore.h, not asm/semaphore.h
#include <linux/semaphore.h>