]> 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)
commit77c305d27ad69b532b39825cf158afe446e88edb
tree20353b6da36a5267b88cd63831d4357af29471f8
parent3d0f492c8dc31321253bed02d888cf93a0d02bba
ARM: shmobile: R-Mobile: Clean up struct rmobile_pm_domain

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

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