diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-07-18 07:33:08 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2007-07-20 11:27:11 -0700 |
commit | bd807f9c5b90c236c3d173a5815d620bc1b1316d (patch) | |
tree | b166f30d451eb99988192d0030a2771fb2b85ebe /include | |
parent | c36c282b88963d0957368a443168588e62301fda (diff) |
[IA64] Prevent people from directly including <asm/rwsem.h>.
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-ia64/rwsem.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-ia64/rwsem.h b/include/asm-ia64/rwsem.h index 2d1640cc240a..8aba06a7b038 100644 --- a/include/asm-ia64/rwsem.h +++ b/include/asm-ia64/rwsem.h @@ -21,6 +21,10 @@ #ifndef _ASM_IA64_RWSEM_H #define _ASM_IA64_RWSEM_H +#ifndef _LINUX_RWSEM_H +#error "Please don't include <asm/rwsem.h> directly, use <linux/rwsem.h> instead." +#endif + #include <linux/list.h> #include <linux/spinlock.h> |