diff options
author | Greg Ungerer <gerg@snapgear.com> | 2008-05-25 12:35:38 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-06-01 11:22:25 +0100 |
commit | 759e9408ad2e7f2115ce8341854be982e0186a8c (patch) | |
tree | d1379af2b911ebd0b94abb3e8547f34fc6a0a13d /include/asm-arm | |
parent | ee48a75c95145bf6af3be329cd7cbbca2ec89a2a (diff) |
[ARM] 5060/1: remove unnecessary include of asm/io.h
Remove unnecessary include of asm/io.h.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/pgtable-nommu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-arm/pgtable-nommu.h b/include/asm-arm/pgtable-nommu.h index 2e5868bbe03b..386fcc10a973 100644 --- a/include/asm-arm/pgtable-nommu.h +++ b/include/asm-arm/pgtable-nommu.h @@ -16,7 +16,6 @@ #include <linux/slab.h> #include <asm/processor.h> #include <asm/page.h> -#include <asm/io.h> /* * Trivial page table functions. |