Commit 10f25922 authored by Tom Rini's avatar Tom Rini Committed by Linus Torvalds

[PATCH] More work on removing <linux/mm.h> from <linux/vmalloc.h>

Fixes for include file cleanups
parent a4aa0f08
#include <linux/init.h> #include <linux/init.h>
#include <linux/bitops.h> #include <linux/bitops.h>
#include <linux/mm.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/processor.h> #include <asm/processor.h>
......
...@@ -49,6 +49,9 @@ ...@@ -49,6 +49,9 @@
#define __LDT(n) (((n)<<2) + __FIRST_LDT_ENTRY) #define __LDT(n) (((n)<<2) + __FIRST_LDT_ENTRY)
#ifndef __ASSEMBLY__ #ifndef __ASSEMBLY__
#include <asm/mmu.h>
struct desc_struct { struct desc_struct {
unsigned long a,b; unsigned long a,b;
}; };
......
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