Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed16c20d authored by Kumar Gala's avatar Kumar Gala
Browse files

[POWERPC] Remove old includes from arch/ppc



Remove includes of files that existed in arch/ppc that we dont need in
arch/powerpc anymore.  The following includes were removed:

 <asm/amigappc.h>
 <asm/bootinfo.h>
 <asm/ppcboot.h>
 <asm/ppc_sys.h>
 <asm/residual.h>
 <asm/m8260_pci.h>

This also caused platforms/embedded6xx/mpc7448_hpc2.h to no longer be
needed and thus removed.

Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 5b072ba4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -18,13 +18,11 @@
#include <linux/cpu.h>
#include <linux/console.h>

#include <asm/residual.h>
#include <asm/io.h>
#include <asm/prom.h>
#include <asm/processor.h>
#include <asm/pgtable.h>
#include <asm/setup.h>
#include <asm/amigappc.h>
#include <asm/smp.h>
#include <asm/elf.h>
#include <asm/cputable.h>
+0 −1
Original line number Diff line number Diff line
@@ -35,7 +35,6 @@
#include <asm/io.h>
#include <asm/machdep.h>
#include <asm/ipic.h>
#include <asm/bootinfo.h>
#include <asm/irq.h>
#include <asm/prom.h>
#include <asm/udbg.h>
+0 −2
Original line number Diff line number Diff line
@@ -8,8 +8,6 @@
 * 2 of the License, or (at your option) any later version.
 */

#include <asm/m8260_pci.h>

#define SIU_INT_IRQ1   ((uint)0x13 + CPM_IRQ_OFFSET)

#ifndef _IO_BASE
+0 −1
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@
#include <asm/time.h>
#include <asm/io.h>
#include <asm/machdep.h>
#include <asm/bootinfo.h>
#include <asm/pci-bridge.h>
#include <asm/mpc8260.h>
#include <asm/irq.h>
+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@
#include <asm/time.h>
#include <asm/io.h>
#include <asm/machdep.h>
#include <asm/bootinfo.h>
#include <asm/pci-bridge.h>
#include <asm/mpc8260.h>
#include <asm/irq.h>
Loading