diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2008-07-30 15:48:53 -0400 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2008-10-14 21:59:36 -0400 |
commit | 14ac12de07112e727c161644798415368dc4b343 (patch) | |
tree | fbdbbad6d6cd7730fefbb628a38228891584bded /include/asm-xtensa | |
parent | 43096597a4cc4bd3f912be8a69dbd12e27e08038 (diff) |
XTENSA: warn about including <asm/rwsem.h> directly.
For consistency with other architectures, warn about including
<asm-xtensa/rwsem.h> directly.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'include/asm-xtensa')
-rw-r--r-- | include/asm-xtensa/rwsem.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-xtensa/rwsem.h b/include/asm-xtensa/rwsem.h index 0aad3a587551..e39edf5c86f2 100644 --- a/include/asm-xtensa/rwsem.h +++ b/include/asm-xtensa/rwsem.h | |||
@@ -13,6 +13,10 @@ | |||
13 | #ifndef _XTENSA_RWSEM_H | 13 | #ifndef _XTENSA_RWSEM_H |
14 | #define _XTENSA_RWSEM_H | 14 | #define _XTENSA_RWSEM_H |
15 | 15 | ||
16 | #ifndef _LINUX_RWSEM_H | ||
17 | #error "Please don't include <asm/rwsem.h> directly, use <linux/rwsem.h> instead." | ||
18 | #endif | ||
19 | |||
16 | #include <linux/list.h> | 20 | #include <linux/list.h> |
17 | #include <linux/spinlock.h> | 21 | #include <linux/spinlock.h> |
18 | #include <asm/atomic.h> | 22 | #include <asm/atomic.h> |