]> git.baikalelectronics.ru Git - kernel.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)
commit6f9c22f7061110cb10a37a53439a9aaecb4f6207
tree20353b6da36a5267b88cd63831d4357af29471f8
parent5f8a55a108abf9acadf5f057cdf8be31d90c4234
ARM: shmobile: R-Mobile: Clean up struct rmobile_pm_domain

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

Commit e7eb2a8b88abeb95 ("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]