|
@@ -79,12 +79,8 @@ struct pl022_ssp_controller ssp0_plat = {
|
|
|
|
|
|
static void __init mop500_init_machine(void)
|
|
|
{
|
|
|
- struct device *parent = NULL;
|
|
|
-
|
|
|
platform_device_register(&db8500_prcmu_device);
|
|
|
|
|
|
- parent = u8500_init_devices();
|
|
|
-
|
|
|
/* This board has full regulator constraints */
|
|
|
regulator_has_full_constraints();
|
|
|
}
|
|
@@ -92,24 +88,16 @@ static void __init mop500_init_machine(void)
|
|
|
|
|
|
static void __init snowball_init_machine(void)
|
|
|
{
|
|
|
- struct device *parent = NULL;
|
|
|
-
|
|
|
platform_device_register(&db8500_prcmu_device);
|
|
|
|
|
|
- parent = u8500_init_devices();
|
|
|
-
|
|
|
/* This board has full regulator constraints */
|
|
|
regulator_has_full_constraints();
|
|
|
}
|
|
|
|
|
|
static void __init hrefv60_init_machine(void)
|
|
|
{
|
|
|
- struct device *parent = NULL;
|
|
|
-
|
|
|
platform_device_register(&db8500_prcmu_device);
|
|
|
|
|
|
- parent = u8500_init_devices();
|
|
|
-
|
|
|
/* This board has full regulator constraints */
|
|
|
regulator_has_full_constraints();
|
|
|
}
|