Commit 96518ce9 authored by Dave Jones's avatar Dave Jones

[PATCH] group #include's together in x86 ioremap.c

parent 5ab9c049
......@@ -11,6 +11,7 @@
#include <linux/vmalloc.h>
#include <asm/io.h>
#include <asm/pgalloc.h>
#include <asm/fixmap.h>
static inline void remap_area_pte(pte_t * pte, unsigned long address, unsigned long size,
unsigned long phys_addr, unsigned long flags)
......@@ -162,7 +163,6 @@ void iounmap(void *addr)
return vfree((void *) (PAGE_MASK & (unsigned long) addr));
}
#include <asm/fixmap.h>
void __init *bt_ioremap(unsigned long phys_addr, unsigned long size)
{
unsigned long offset, last_addr;
......
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