commit | 0f0a4f5bd302468427130067585510f8a6d933c8 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Jul 17 15:26:43 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 21 15:32:12 2023 -0400 |
tree | 4370ef370327fc114e0c0259fdb0892a6db227a3 | |
parent | 8b81071a7ffb48737c9d79ece1f5a84daaf044e4 [diff] |
arm: omap2: Fix warning in force_emif_self_refresh The function declaration for force_emif_self_refresh takes no parameters but does not specify this, only the prototype in the headers do. As clang will warn about this, correct it. Signed-off-by: Tom Rini <trini@konsulko.com>