Skip to content

Commit

Permalink
[POWERPC] 8xx: adder875, ep88xc: fix to match recent 8xx cleanups.
Browse files Browse the repository at this point in the history
asm/commproc.h was renamed to asm/cpm1.h
sysdev/commproc.h was renamed to platforms/8xx/mpc8xx.h
m8xx_pic_init was renamed to mpc8xx_pics_init

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Scott Wood authored and Kumar Gala committed Feb 6, 2008
1 parent b277b02 commit 266fb4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions arch/powerpc/platforms/8xx/adder875.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@

#include <asm/time.h>
#include <asm/machdep.h>
#include <asm/commproc.h>
#include <asm/cpm1.h>
#include <asm/fs_pd.h>
#include <asm/udbg.h>
#include <asm/prom.h>

#include <sysdev/commproc.h>
#include "mpc8xx.h"

struct cpm_pin {
int port, pin, flags;
Expand Down Expand Up @@ -108,7 +108,7 @@ define_machine(adder875) {
.name = "Adder MPC875",
.probe = adder875_probe,
.setup_arch = adder875_setup,
.init_IRQ = m8xx_pic_init,
.init_IRQ = mpc8xx_pics_init,
.get_irq = mpc8xx_get_irq,
.restart = mpc8xx_restart,
.calibrate_decr = generic_calibrate_decr,
Expand Down
1 change: 0 additions & 1 deletion arch/powerpc/platforms/8xx/ep88xc.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include <asm/machdep.h>
#include <asm/io.h>
#include <asm/udbg.h>
#include <asm/commproc.h>
#include <asm/cpm1.h>

#include "mpc8xx.h"
Expand Down

0 comments on commit 266fb4a

Please sign in to comment.