diff options
| author | Geert Uytterhoeven <geert@linux-m68k.org> | 2003-07-25 19:16:33 -0700 |
|---|---|---|
| committer | Jens Axboe <axboe@suse.de> | 2003-07-25 19:16:33 -0700 |
| commit | 377962b1e9ddd1321548f540b366a896e88587d7 (patch) | |
| tree | 540b72097714bcfce7a403863c7b7b64fbfcb80a | |
| parent | 12fb5de42be68a851bb7ad7bc395092a765de902 (diff) | |
[PATCH] M68k mm cleanup
M68k: Kill superfluous includes
| -rw-r--r-- | arch/m68k/mm/memory.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/m68k/mm/memory.c b/arch/m68k/mm/memory.c index 4e1651a6cc91..b7f9d69950f2 100644 --- a/arch/m68k/mm/memory.c +++ b/arch/m68k/mm/memory.c @@ -19,11 +19,7 @@ #include <asm/pgalloc.h> #include <asm/system.h> #include <asm/traps.h> -#include <asm/io.h> #include <asm/machdep.h> -#ifdef CONFIG_AMIGA -#include <asm/amigahw.h> -#endif /* ++andreas: {get,free}_pointer_table rewritten to use unused fields from |
