@@ -17,14 +17,8 @@
#include <asm/mach/arch.h>
#include <asm/mach/map.h>
-#include <mach/board.h>
#include "common.h"
-static void __init msm8x60_init_late(void)
-{
- smd_debugfs_init();
-}
-
static struct of_dev_auxdata msm_auxdata_lookup[] __initdata = {
{}
};
@@ -45,6 +39,5 @@ DT_MACHINE_START(MSM_DT, "Qualcomm MSM (Flattened Device Tree)")
.smp = smp_ops(msm_smp_ops),
.map_io = debug_ll_io_init,
.init_machine = msm8x60_dt_init,
- .init_late = msm8x60_init_late,
.dt_compat = msm8x60_fluid_match,
MACHINE_END