提交 20b31b53 编写于 作者: R Robert P. J. Day 提交者: Paul Mackerras

[POWERPC] Prevent direct inclusion of <asm/rwsem.h>.

Signed-off-by: NRobert P. J. Day <rpjday@mindspring.com>
Signed-off-by: NPaul Mackerras <paulus@samba.org>
上级 555ddbb4
...@@ -44,11 +44,11 @@ ...@@ -44,11 +44,11 @@
#include <linux/pm.h> #include <linux/pm.h>
#include <linux/bootmem.h> #include <linux/bootmem.h>
#include <linux/device.h> #include <linux/device.h>
#include <linux/rwsem.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/ocp.h> #include <asm/ocp.h>
#include <asm/errno.h> #include <asm/errno.h>
#include <asm/rwsem.h>
#include <asm/semaphore.h> #include <asm/semaphore.h>
//#define DBG(x) printk x //#define DBG(x) printk x
......
#ifndef _ASM_POWERPC_RWSEM_H #ifndef _ASM_POWERPC_RWSEM_H
#define _ASM_POWERPC_RWSEM_H #define _ASM_POWERPC_RWSEM_H
#ifndef _LINUX_RWSEM_H
#error "Please don't include <asm/rwsem.h> directly, use <linux/rwsem.h> instead."
#endif
#ifdef __KERNEL__ #ifdef __KERNEL__
/* /*
......
...@@ -27,10 +27,10 @@ ...@@ -27,10 +27,10 @@
#include <linux/init.h> #include <linux/init.h>
#include <linux/list.h> #include <linux/list.h>
#include <linux/device.h> #include <linux/device.h>
#include <linux/rwsem.h>
#include <asm/mmu.h> #include <asm/mmu.h>
#include <asm/ocp_ids.h> #include <asm/ocp_ids.h>
#include <asm/rwsem.h>
#include <asm/semaphore.h> #include <asm/semaphore.h>
#ifdef CONFIG_PPC_OCP #ifdef CONFIG_PPC_OCP
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册