From: Geert Uytterhoeven Date: Tue, 4 Aug 2015 18:03:06 +0000 (+0200) Subject: ARM: shmobile: Remove unused declaration of r8a7778_add_standard_devices_dt() X-Git-Tag: v4.14-rc1~3592^2~4^2~132 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=08a0a2409fd0684a1184bf90486b0286a2ba1194;p=platform%2Fkernel%2Flinux-rpi.git ARM: shmobile: Remove unused declaration of r8a7778_add_standard_devices_dt() The actual implementation was removed by commit 40216263d3d0b9b4 ("ARM: shmobile: Remove unused r8a7778 auxdata and callback") in v3.12. Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- diff --git a/arch/arm/mach-shmobile/r8a7778.h b/arch/arm/mach-shmobile/r8a7778.h index f64fedb..0e77f3f 100644 --- a/arch/arm/mach-shmobile/r8a7778.h +++ b/arch/arm/mach-shmobile/r8a7778.h @@ -63,7 +63,6 @@ enum { }; extern void r8a7778_add_standard_devices(void); -extern void r8a7778_add_standard_devices_dt(void); extern void r8a7778_add_dt_devices(void); extern void r8a7778_init_late(void);