diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-08-04 20:03:06 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-09-14 09:58:05 +0900 |
commit | 08a0a2409fd0684a1184bf90486b0286a2ba1194 (patch) | |
tree | 9b3aba0ccb6b3bd2eff03ea27a9f193ee7ccf1fd /arch/arm/mach-shmobile | |
parent | 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f (diff) | |
download | talos-obmc-linux-08a0a2409fd0684a1184bf90486b0286a2ba1194.tar.gz talos-obmc-linux-08a0a2409fd0684a1184bf90486b0286a2ba1194.zip |
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 <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/r8a7778.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/r8a7778.h b/arch/arm/mach-shmobile/r8a7778.h index f64fedb1f2cc..0e77f3f81123 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); |