Skip to content

Commit

Permalink
x86, mm: remove unnecessary include file from iomap_32.c
Browse files Browse the repository at this point in the history
asm/highmem.h inclusion is added to use kmap_atomic_prot_pfn()
by commit bb6d59c

Now kmap_atomic_prot_pfn is moved to iomap_32.c
by commit dd63fdc

So the asm/highmem.h inclusion in iomap_32.c is unnecessary now.

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
LKML-Reference: <20090315151517.GA29074@localhost.localdomain>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Akinobu Mita authored and Ingo Molnar committed Mar 15, 2009
1 parent c61cf4c commit 0920dce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/mm/iomap_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

#include <asm/iomap.h>
#include <asm/pat.h>
#include <asm/highmem.h>
#include <linux/module.h>

int is_io_mapping_possible(resource_size_t base, unsigned long size)
Expand Down

0 comments on commit 0920dce

Please sign in to comment.