commit | 05011f370a4f549da69f3841e319043728f65542 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Sun Nov 20 09:58:11 2011 -0600 |
committer | Kumar Gala <galak@kernel.crashing.org> | Wed Nov 23 22:55:47 2011 -0600 |
tree | a7a8bb30f209cd5404de984ec931f4053b057b7c | |
parent | a92282524aee149de0014eef10a0771d1d19821f [diff] |
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>