[POWERPC] 4xx: Create common ppc4xx_reset_system() in ppc4xx_soc.c
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / powerpc / platforms / 44x / warp.c
index da5b7b7599dbc3d0a19b649630d8e2d6fcc739ae..39cf6150a72b2701af6eb62348ce364b3d88ce26 100644 (file)
@@ -18,9 +18,7 @@
 #include <asm/udbg.h>
 #include <asm/time.h>
 #include <asm/uic.h>
-
-#include "44x.h"
-
+#include <asm/ppc4xx.h>
 
 static __initdata struct of_device_id warp_of_bus[] = {
        { .compatible = "ibm,plb4", },
@@ -49,7 +47,7 @@ define_machine(warp) {
        .progress       = udbg_progress,
        .init_IRQ       = uic_init_tree,
        .get_irq        = uic_get_irq,
-       .restart        = ppc44x_reset_system,
+       .restart        = ppc4xx_reset_system,
        .calibrate_decr = generic_calibrate_decr,
 };