Skip to content

Commit

Permalink
[POWERPC] Remove duplicate #include
Browse files Browse the repository at this point in the history
Remove duplicate #include of <asm/prom.h> in
arch/powerpc/kernel/btext.c.

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Huang Weiyi authored and paulusmack committed May 9, 2008
1 parent f2fd251 commit 1c4a811
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/powerpc/kernel/btext.c
Expand Up @@ -16,7 +16,6 @@
#include <asm/mmu.h>
#include <asm/pgtable.h>
#include <asm/io.h>
#include <asm/prom.h>
#include <asm/processor.h>
#include <asm/udbg.h>

Expand Down

0 comments on commit 1c4a811

Please sign in to comment.