diff options
author | Tom Rini <trini@konsulko.com> | 2023-07-21 19:33:05 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-07-21 19:33:05 -0400 |
commit | 247aa5a191159ea7e03bf1918e22fbbb784cd410 (patch) | |
tree | 56297e86b3ac1b199488643da8322f2f623159a2 /arch/arm/mach-omap2/emif-common.c | |
parent | 226ecf8be4c6a29caa86d1c9f33d5794c5732375 (diff) | |
parent | 373991d6939b01c47b352b1f620ef772419a9cf4 (diff) |
Merge branch '2023-07-21-assorted-TI-platform-updates'
- The first half of a number of TI platform bugfixes and improvements,
primarily around K3 platforms and splash screen support.
Diffstat (limited to 'arch/arm/mach-omap2/emif-common.c')
-rw-r--r-- | arch/arm/mach-omap2/emif-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/emif-common.c b/arch/arm/mach-omap2/emif-common.c index a6a97af37d7..9daaeef7319 100644 --- a/arch/arm/mach-omap2/emif-common.c +++ b/arch/arm/mach-omap2/emif-common.c @@ -40,7 +40,7 @@ void set_lpmode_selfrefresh(u32 base) readl(&emif->emif_pwr_mgmt_ctrl); } -void force_emif_self_refresh() +void force_emif_self_refresh(void) { set_lpmode_selfrefresh(EMIF1_BASE); if (!is_dra72x()) |