]> git.karo-electronics.de Git - karo-tx-linux.git/commit
powerpc/85xx: Fix compile error on p3060_qds.c
authorKumar Gala <galak@kernel.crashing.org>
Sun, 20 Nov 2011 15:58:11 +0000 (09:58 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Sun, 20 Nov 2011 15:58:58 +0000 (09:58 -0600)
commitbe9f1f72729b5ff3d31d16cbdd5da70bd2d60f26
tree16cd85c9f9c905c08078ab3c1eaa284f74e20375
parent3ab274021496a6ab8513568bae598d99bcbbf60b
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>
arch/powerpc/platforms/85xx/p3060_qds.c