Skip to content

Commit

Permalink
[PATCH] powerpc: Remove dregs of bootinfo.h
Browse files Browse the repository at this point in the history
Since I sent the patch to purge bootinfo.h from ARCH=powerpc and
ARCH=ppc64, setup-common.c has come into existence, and another
#include of bootinfo.h slipped in.  This patch removes it.  It also
removes include/asm-ppc64/bootinfo.h, which somehow survived the
previous patch which was supposed to remove it.

Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
David Gibson authored and Paul Mackerras committed Oct 28, 2005
1 parent e6b4fe9 commit a8e3d48
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 71 deletions.
1 change: 0 additions & 1 deletion arch/powerpc/kernel/setup-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
#include <asm/prom.h>
#include <asm/processor.h>
#include <asm/pgtable.h>
#include <asm/bootinfo.h>
#include <asm/smp.h>
#include <asm/elf.h>
#include <asm/machdep.h>
Expand Down
70 changes: 0 additions & 70 deletions include/asm-ppc64/bootinfo.h

This file was deleted.

0 comments on commit a8e3d48

Please sign in to comment.