diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2007-07-30 00:18:25 +0200 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-08-17 03:01:51 +0200 |
commit | 9420dc65ff9e6b67c032286efde823aeb8684670 (patch) | |
tree | b918f80f7bd45e989dd1a00a64dd09dd636d4d84 /arch/powerpc/kernel/btext.c | |
parent | [POWERPC] embedded6xx: Remove unnecessary loops_per_jiffy initialization code (diff) | |
download | linux-9420dc65ff9e6b67c032286efde823aeb8684670.tar.xz linux-9420dc65ff9e6b67c032286efde823aeb8684670.zip |
[POWERPC] Clean out a bunch of duplicate includes
This removes several duplicate includes from arch/powerpc/.
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel/btext.c')
-rw-r--r-- | arch/powerpc/kernel/btext.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/btext.c b/arch/powerpc/kernel/btext.c index e7b684689e04..3ef51fb6f107 100644 --- a/arch/powerpc/kernel/btext.c +++ b/arch/powerpc/kernel/btext.c @@ -11,7 +11,6 @@ #include <asm/sections.h> #include <asm/prom.h> #include <asm/btext.h> -#include <asm/prom.h> #include <asm/page.h> #include <asm/mmu.h> #include <asm/pgtable.h> |