diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2014-07-09 15:12:41 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-08-17 02:00:55 +0200 |
commit | 247fd5ec6e9a41f9299df27be82104efc56e622b (patch) | |
tree | 3bfb4f30e1bf7966364aff6e37eb0869186ccb55 /arch/arm/mach-shmobile/r8a7790.h | |
parent | ARM: shmobile: r8a7779: Add TMU devices to DT (diff) | |
download | linux-247fd5ec6e9a41f9299df27be82104efc56e622b.tar.xz linux-247fd5ec6e9a41f9299df27be82104efc56e622b.zip |
ARM: shmobile: lager-reference: Enable CMT0 in device tree
No more device needs to be added from platform code when booting the
reference platform, remove the now empty r8a7790_add_dt_devices()
function completely.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tested-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/r8a7790.h')
-rw-r--r-- | arch/arm/mach-shmobile/r8a7790.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/r8a7790.h b/arch/arm/mach-shmobile/r8a7790.h index 459827f1369b..388f0514d931 100644 --- a/arch/arm/mach-shmobile/r8a7790.h +++ b/arch/arm/mach-shmobile/r8a7790.h @@ -27,7 +27,6 @@ enum { }; void r8a7790_add_standard_devices(void); -void r8a7790_add_dt_devices(void); void r8a7790_clock_init(void); void r8a7790_pinmux_init(void); void r8a7790_pm_init(void); |