diff options
| author | 2016-06-29 14:41:43 +0200 | |
|---|---|---|
| committer | 2016-06-29 14:41:43 +0200 | |
| commit | f0aa411de83c096e09cf46b9ea0d68a1eeab4863 (patch) | |
| tree | 15b696af2c76f49abb9f02cb064f1b55e83cc7e5 /include/linux | |
| parent | ARM: shmobile: rcar-gen2: Use ICRAM1 for jump stub on all SoCs (diff) | |
| parent | soc: renesas: rcar-sysc: Improve SYSC interrupt config in legacy wrapper (diff) | |
Merge branch 'rcar-sysc-for-v4.8' into HEAD
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/soc/renesas/rcar-sysc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/soc/renesas/rcar-sysc.h b/include/linux/soc/renesas/rcar-sysc.h index 92fc613ab23d..7b8b280c181b 100644 --- a/include/linux/soc/renesas/rcar-sysc.h +++ b/include/linux/soc/renesas/rcar-sysc.h @@ -11,6 +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); -void __iomem *rcar_sysc_init(phys_addr_t base); +void rcar_sysc_init(phys_addr_t base, u32 syscier); #endif /* __LINUX_SOC_RENESAS_RCAR_SYSC_H__ */ |
