Commit 959f4f13 authored by Kyle McMartin's avatar Kyle McMartin Committed by Kyle McMartin

[PARISC] "Fix" circular includes

Use a really big hammer for the mean time to get things building again.
Signed-off-by: default avatarKyle McMartin <kyle@parisc-linux.org>
parent af5917f0
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
* we simulate an x86-style page table for the linux mm code * we simulate an x86-style page table for the linux mm code
*/ */
#include <linux/spinlock.h>
#include <linux/mm.h> /* for vm_area_struct */ #include <linux/mm.h> /* for vm_area_struct */
#include <asm/processor.h> #include <asm/processor.h>
#include <asm/cache.h> #include <asm/cache.h>
......
...@@ -9,13 +9,10 @@ ...@@ -9,13 +9,10 @@
#define __ASM_PARISC_PROCESSOR_H #define __ASM_PARISC_PROCESSOR_H
#ifndef __ASSEMBLY__ #ifndef __ASSEMBLY__
#include <asm/prefetch.h> /* lockdep.h needs <linux/prefetch.h> */
#include <linux/threads.h> #include <linux/threads.h>
#include <linux/spinlock_types.h>
#include <asm/prefetch.h>
#include <asm/hardware.h> #include <asm/hardware.h>
#include <asm/page.h>
#include <asm/pdc.h> #include <asm/pdc.h>
#include <asm/ptrace.h> #include <asm/ptrace.h>
#include <asm/types.h> #include <asm/types.h>
......
#ifndef __ASM_SPINLOCK_TYPES_H #ifndef __ASM_SPINLOCK_TYPES_H
#define __ASM_SPINLOCK_TYPES_H #define __ASM_SPINLOCK_TYPES_H
#ifndef __LINUX_SPINLOCK_TYPES_H
# error "please don't include this file directly"
#endif
typedef struct { typedef struct {
#ifdef CONFIG_PA20 #ifdef CONFIG_PA20
volatile unsigned int slock; volatile unsigned int slock;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment