commit | 7c97b715e920bc41f628b39925ac829ff9cf7d8f | [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 | 300e475967ca2e7461e3f42593451dab9014be15 [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>