diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-07-18 09:36:36 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-09-22 00:49:21 -0400 |
commit | 20b31b53ea87e598ea8159f109b4217ad185fce5 (patch) | |
tree | bf39812f93191926d53e10ce376c530d4853435f /arch/ppc | |
parent | 555ddbb4e2191c8823df2d61525218ac39481385 (diff) |
[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>
Diffstat (limited to 'arch/ppc')
-rw-r--r-- | arch/ppc/syslib/ocp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/syslib/ocp.c b/arch/ppc/syslib/ocp.c index 491fe9a57229..3f5be2c5ce99 100644 --- a/arch/ppc/syslib/ocp.c +++ b/arch/ppc/syslib/ocp.c | |||
@@ -44,11 +44,11 @@ | |||
44 | #include <linux/pm.h> | 44 | #include <linux/pm.h> |
45 | #include <linux/bootmem.h> | 45 | #include <linux/bootmem.h> |
46 | #include <linux/device.h> | 46 | #include <linux/device.h> |
47 | #include <linux/rwsem.h> | ||
47 | 48 | ||
48 | #include <asm/io.h> | 49 | #include <asm/io.h> |
49 | #include <asm/ocp.h> | 50 | #include <asm/ocp.h> |
50 | #include <asm/errno.h> | 51 | #include <asm/errno.h> |
51 | #include <asm/rwsem.h> | ||
52 | #include <asm/semaphore.h> | 52 | #include <asm/semaphore.h> |
53 | 53 | ||
54 | //#define DBG(x) printk x | 54 | //#define DBG(x) printk x |