Skip to content

Commit

Permalink
[PARISC] "Fix" circular includes
Browse files Browse the repository at this point in the history
Use a really big hammer for the mean time to get things building again.

Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
  • Loading branch information
Kyle McMartin authored and Kyle McMartin committed Feb 17, 2007
1 parent af5917f commit 959f4f1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion include/asm-parisc/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
* 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 <asm/processor.h>
#include <asm/cache.h>
Expand Down
5 changes: 1 addition & 4 deletions include/asm-parisc/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@
#define __ASM_PARISC_PROCESSOR_H

#ifndef __ASSEMBLY__
#include <asm/prefetch.h> /* lockdep.h needs <linux/prefetch.h> */

#include <linux/threads.h>
#include <linux/spinlock_types.h>

#include <asm/prefetch.h>
#include <asm/hardware.h>
#include <asm/page.h>
#include <asm/pdc.h>
#include <asm/ptrace.h>
#include <asm/types.h>
Expand Down
4 changes: 0 additions & 4 deletions include/asm-parisc/spinlock_types.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
#ifndef __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 {
#ifdef CONFIG_PA20
volatile unsigned int slock;
Expand Down

0 comments on commit 959f4f1

Please sign in to comment.