Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83953
b: refs/heads/master
c: 266fb4a
h: refs/heads/master
i:
  83951: 5c6d4a0
v: v3
  • Loading branch information
Scott Wood authored and Kumar Gala committed Feb 6, 2008
1 parent 8de307e commit 11ee192
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b277b02588ec7534a033ff1cb0f947c18a4d3b54
refs/heads/master: 266fb4af93427923ee76bd9dc73ec352b8d791ab
6 changes: 3 additions & 3 deletions trunk/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 trunk/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 11ee192

Please sign in to comment.