mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
powerpc/85xx: Fix compile error on p3060_qds.c
arch/powerpc/platforms/85xx/p3060_qds.c: In function '__machine_initcall_p3060_qds_declare_of_platform_devices': arch/powerpc/platforms/85xx/p3060_qds.c:73:1: error: implicit declaration of function 'declare_of_platform_devices' declare_of_platform_devices should have been corenet_ds_publish_devices. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
parent
a92282524a
commit
05011f370a
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ define_machine(p3060_qds) {
|
||||||
.power_save = e500_idle,
|
.power_save = e500_idle,
|
||||||
};
|
};
|
||||||
|
|
||||||
machine_device_initcall(p3060_qds, declare_of_platform_devices);
|
machine_device_initcall(p3060_qds, corenet_ds_publish_devices);
|
||||||
|
|
||||||
#ifdef CONFIG_SWIOTLB
|
#ifdef CONFIG_SWIOTLB
|
||||||
machine_arch_initcall(p3060_qds, swiotlb_setup_bus_notifier);
|
machine_arch_initcall(p3060_qds, swiotlb_setup_bus_notifier);
|
||||||
|
|
Loading…
Reference in a new issue