Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67541
b: refs/heads/master
c: d27c1ce
h: refs/heads/master
i:
  67539: d394b4b
v: v3
  • Loading branch information
Grant Likely authored and Paul Mackerras committed Oct 11, 2007
1 parent 097dd21 commit 961e0c7
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 26 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: 38db7e740ade7f07f6315e3a3b1172d7e456b793
refs/heads/master: d27c1cedc0e4faed2c0fce9d82d4c17695e43e90
5 changes: 0 additions & 5 deletions trunk/arch/powerpc/platforms/40x/virtex.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,9 @@ static int __init virtex_probe(void)
return 1;
}

static void __init virtex_setup_arch(void)
{
}

define_machine(virtex) {
.name = "Xilinx Virtex",
.probe = virtex_probe,
.setup_arch = virtex_setup_arch,
.init_IRQ = xilinx_intc_init_tree,
.get_irq = xilinx_intc_get_irq,
.calibrate_decr = generic_calibrate_decr,
Expand Down
5 changes: 0 additions & 5 deletions trunk/arch/powerpc/platforms/40x/walnut.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,9 @@ static int __init walnut_probe(void)
return 1;
}

static void __init walnut_setup_arch(void)
{
}

define_machine(walnut) {
.name = "Walnut",
.probe = walnut_probe,
.setup_arch = walnut_setup_arch,
.progress = udbg_progress,
.init_IRQ = uic_init_tree,
.get_irq = uic_get_irq,
Expand Down
5 changes: 0 additions & 5 deletions trunk/arch/powerpc/platforms/44x/bamboo.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,9 @@ static int __init bamboo_probe(void)
return 1;
}

static void __init bamboo_setup_arch(void)
{
}

define_machine(bamboo) {
.name = "Bamboo",
.probe = bamboo_probe,
.setup_arch = bamboo_setup_arch,
.progress = udbg_progress,
.init_IRQ = uic_init_tree,
.get_irq = uic_get_irq,
Expand Down
5 changes: 0 additions & 5 deletions trunk/arch/powerpc/platforms/44x/ebony.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,9 @@ static int __init ebony_probe(void)
return 1;
}

static void __init ebony_setup_arch(void)
{
}

define_machine(ebony) {
.name = "Ebony",
.probe = ebony_probe,
.setup_arch = ebony_setup_arch,
.progress = udbg_progress,
.init_IRQ = uic_init_tree,
.get_irq = uic_get_irq,
Expand Down
5 changes: 0 additions & 5 deletions trunk/arch/powerpc/platforms/44x/sequoia.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,9 @@ static int __init sequoia_probe(void)
return 1;
}

static void __init sequoia_setup_arch(void)
{
}

define_machine(sequoia) {
.name = "Sequoia",
.probe = sequoia_probe,
.setup_arch = sequoia_setup_arch,
.progress = udbg_progress,
.init_IRQ = uic_init_tree,
.get_irq = uic_get_irq,
Expand Down

0 comments on commit 961e0c7

Please sign in to comment.