aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/soc/renesas
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2016-04-20 14:02:39 +0200
committerSimon Horman <horms+renesas@verge.net.au>2016-04-22 17:30:53 +1000
commit2f024cef5b064d5498fe466dfe9492d46b5b12a4 (patch)
treef68b36e0d1bb28c6bfb4af963012b33a8ceda85b /include/linux/soc/renesas
parentsoc: renesas: rcar-sysc: Add DT support for SYSC PM domains (diff)
downloadlinux-dev-2f024cef5b064d5498fe466dfe9492d46b5b12a4.tar.xz
linux-dev-2f024cef5b064d5498fe466dfe9492d46b5b12a4.zip
soc: renesas: rcar-sysc: Make rcar_sysc_power_is_off() static
As of commit b12ff41658171f53 ("ARM: shmobile: r8a7779: Remove legacy PM Domain remainings"), rcar_sysc_power_is_off() is no longer used from SoC-specific code. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'include/linux/soc/renesas')
-rw-r--r--include/linux/soc/renesas/rcar-sysc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/soc/renesas/rcar-sysc.h b/include/linux/soc/renesas/rcar-sysc.h
index 96f30c288388..92fc613ab23d 100644
--- a/include/linux/soc/renesas/rcar-sysc.h
+++ b/include/linux/soc/renesas/rcar-sysc.h
@@ -11,7 +11,6 @@ struct rcar_sysc_ch {
int rcar_sysc_power_down(const struct rcar_sysc_ch *sysc_ch);
int rcar_sysc_power_up(const struct rcar_sysc_ch *sysc_ch);
-bool rcar_sysc_power_is_off(const struct rcar_sysc_ch *sysc_ch);
void __iomem *rcar_sysc_init(phys_addr_t base);
#endif /* __LINUX_SOC_RENESAS_RCAR_SYSC_H__ */