diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2007-10-10 14:48:23 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-10-11 06:39:38 -0400 |
commit | d27c1cedc0e4faed2c0fce9d82d4c17695e43e90 (patch) | |
tree | 7e232a3ea5fa992e737831a3c1a27bb7846a6680 /arch/powerpc/platforms/44x | |
parent | 38db7e740ade7f07f6315e3a3b1172d7e456b793 (diff) |
[POWERPC] Remove empty ppc_md.setup_arch hooks
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/44x')
-rw-r--r-- | arch/powerpc/platforms/44x/bamboo.c | 5 | ||||
-rw-r--r-- | arch/powerpc/platforms/44x/ebony.c | 5 | ||||
-rw-r--r-- | arch/powerpc/platforms/44x/sequoia.c | 5 |
3 files changed, 0 insertions, 15 deletions
diff --git a/arch/powerpc/platforms/44x/bamboo.c b/arch/powerpc/platforms/44x/bamboo.c index 9bc45dea078f..470e1a3fd755 100644 --- a/arch/powerpc/platforms/44x/bamboo.c +++ b/arch/powerpc/platforms/44x/bamboo.c | |||
@@ -50,14 +50,9 @@ static int __init bamboo_probe(void) | |||
50 | return 1; | 50 | return 1; |
51 | } | 51 | } |
52 | 52 | ||
53 | static void __init bamboo_setup_arch(void) | ||
54 | { | ||
55 | } | ||
56 | |||
57 | define_machine(bamboo) { | 53 | define_machine(bamboo) { |
58 | .name = "Bamboo", | 54 | .name = "Bamboo", |
59 | .probe = bamboo_probe, | 55 | .probe = bamboo_probe, |
60 | .setup_arch = bamboo_setup_arch, | ||
61 | .progress = udbg_progress, | 56 | .progress = udbg_progress, |
62 | .init_IRQ = uic_init_tree, | 57 | .init_IRQ = uic_init_tree, |
63 | .get_irq = uic_get_irq, | 58 | .get_irq = uic_get_irq, |
diff --git a/arch/powerpc/platforms/44x/ebony.c b/arch/powerpc/platforms/44x/ebony.c index 5a7fec8d10d3..40e18fcb666c 100644 --- a/arch/powerpc/platforms/44x/ebony.c +++ b/arch/powerpc/platforms/44x/ebony.c | |||
@@ -57,14 +57,9 @@ static int __init ebony_probe(void) | |||
57 | return 1; | 57 | return 1; |
58 | } | 58 | } |
59 | 59 | ||
60 | static void __init ebony_setup_arch(void) | ||
61 | { | ||
62 | } | ||
63 | |||
64 | define_machine(ebony) { | 60 | define_machine(ebony) { |
65 | .name = "Ebony", | 61 | .name = "Ebony", |
66 | .probe = ebony_probe, | 62 | .probe = ebony_probe, |
67 | .setup_arch = ebony_setup_arch, | ||
68 | .progress = udbg_progress, | 63 | .progress = udbg_progress, |
69 | .init_IRQ = uic_init_tree, | 64 | .init_IRQ = uic_init_tree, |
70 | .get_irq = uic_get_irq, | 65 | .get_irq = uic_get_irq, |
diff --git a/arch/powerpc/platforms/44x/sequoia.c b/arch/powerpc/platforms/44x/sequoia.c index 7d0d9d567d25..30700b31d43b 100644 --- a/arch/powerpc/platforms/44x/sequoia.c +++ b/arch/powerpc/platforms/44x/sequoia.c | |||
@@ -50,14 +50,9 @@ static int __init sequoia_probe(void) | |||
50 | return 1; | 50 | return 1; |
51 | } | 51 | } |
52 | 52 | ||
53 | static void __init sequoia_setup_arch(void) | ||
54 | { | ||
55 | } | ||
56 | |||
57 | define_machine(sequoia) { | 53 | define_machine(sequoia) { |
58 | .name = "Sequoia", | 54 | .name = "Sequoia", |
59 | .probe = sequoia_probe, | 55 | .probe = sequoia_probe, |
60 | .setup_arch = sequoia_setup_arch, | ||
61 | .progress = udbg_progress, | 56 | .progress = udbg_progress, |
62 | .init_IRQ = uic_init_tree, | 57 | .init_IRQ = uic_init_tree, |
63 | .get_irq = uic_get_irq, | 58 | .get_irq = uic_get_irq, |