|
@@ -22,8 +22,7 @@
|
|
|
#include <asm/time.h>
|
|
|
#include <asm/uic.h>
|
|
|
#include <asm/pci-bridge.h>
|
|
|
-
|
|
|
-#include "44x.h"
|
|
|
+#include <asm/ppc4xx.h>
|
|
|
|
|
|
static __initdata struct of_device_id bamboo_of_bus[] = {
|
|
|
{ .compatible = "ibm,plb4", },
|
|
@@ -53,11 +52,11 @@ static int __init bamboo_probe(void)
|
|
|
}
|
|
|
|
|
|
define_machine(bamboo) {
|
|
|
- .name = "Bamboo",
|
|
|
- .probe = bamboo_probe,
|
|
|
- .progress = udbg_progress,
|
|
|
- .init_IRQ = uic_init_tree,
|
|
|
- .get_irq = uic_get_irq,
|
|
|
- .restart = ppc44x_reset_system,
|
|
|
+ .name = "Bamboo",
|
|
|
+ .probe = bamboo_probe,
|
|
|
+ .progress = udbg_progress,
|
|
|
+ .init_IRQ = uic_init_tree,
|
|
|
+ .get_irq = uic_get_irq,
|
|
|
+ .restart = ppc4xx_reset_system,
|
|
|
.calibrate_decr = generic_calibrate_decr,
|
|
|
};
|