MIPS: Fix Jazz 64-bit build error.

Move add_wired_entry to its own header file from where it will be
always included.  Patch up other users of add_wired_entry to also include
the header as needed.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle
2011-11-28 16:11:28 +00:00
parent ab75dc02c1
commit 3d18c98367
7 changed files with 15 additions and 6 deletions

View File

@@ -17,6 +17,7 @@
#include <linux/vmalloc.h>
#include <asm/mach-au1x00/au1000.h>
#include <asm/tlbmisc.h>
#ifdef CONFIG_DEBUG_PCI
#define DBG(x...) printk(KERN_DEBUG x)