mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
[POWERPC] Prevent direct inclusion of <asm/rwsem.h>.
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
555ddbb4e2
commit
20b31b53ea
@ -44,11 +44,11 @@
|
||||
#include <linux/pm.h>
|
||||
#include <linux/bootmem.h>
|
||||
#include <linux/device.h>
|
||||
#include <linux/rwsem.h>
|
||||
|
||||
#include <asm/io.h>
|
||||
#include <asm/ocp.h>
|
||||
#include <asm/errno.h>
|
||||
#include <asm/rwsem.h>
|
||||
#include <asm/semaphore.h>
|
||||
|
||||
//#define DBG(x) printk x
|
||||
|
@ -1,6 +1,10 @@
|
||||
#ifndef _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__
|
||||
|
||||
/*
|
||||
|
@ -27,10 +27,10 @@
|
||||
#include <linux/init.h>
|
||||
#include <linux/list.h>
|
||||
#include <linux/device.h>
|
||||
#include <linux/rwsem.h>
|
||||
|
||||
#include <asm/mmu.h>
|
||||
#include <asm/ocp_ids.h>
|
||||
#include <asm/rwsem.h>
|
||||
#include <asm/semaphore.h>
|
||||
|
||||
#ifdef CONFIG_PPC_OCP
|
||||
|
Loading…
Reference in New Issue
Block a user