]> asedeno.scripts.mit.edu Git - linux.git/commit
ARM: shmobile: R-Mobile: Clean up struct rmobile_pm_domain
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 29 Nov 2018 11:09:30 +0000 (12:09 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 30 Nov 2018 10:28:12 +0000 (11:28 +0100)
commit445aeb081bc7131c0dcb0818f0326a8dd5a14a14
tree20353b6da36a5267b88cd63831d4357af29471f8
parent062887bf5ef733133e51c77900ad5a570a974817
ARM: shmobile: R-Mobile: Clean up struct rmobile_pm_domain

Commit 59b89af1d5551c12 ("ARM: shmobile: sh7372: Remove Legacy C
SoC code") removed the last user of the rmobile_pm_domain.resume()
callback.

Commit 44d88c754e57a6d9 ("ARM: shmobile: Remove legacy SoC code
for R-Mobile A1") removed the last user of the rmobile_pm_domain.no_debug
flag and of the "pm-rmobile.h" header file (outside the actual driver).

Hence remove no longer used rmobile_pm_domain members, and absorb the
header file into the driver.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/pm-rmobile.c
arch/arm/mach-shmobile/pm-rmobile.h [deleted file]