提交 bd807f9c 编写于 作者: R Robert P. J. Day 提交者: Tony Luck

[IA64] Prevent people from directly including <asm/rwsem.h>.

Signed-off-by: NRobert P. J. Day <rpjday@mindspring.com>
Signed-off-by: NTony Luck <tony.luck@intel.com>
上级 c36c282b
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册