commit | 68a51cc8ec4692f4d7104afde8e0db7596fce545 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Sat Feb 12 06:12:41 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Feb 21 08:35:40 2022 -0500 |
tree | 269da7be517b054072688cf3d0c10b15e105ee04 | |
parent | 1c6ea4da24c7481720b8eaee32532a7881863dc9 [diff] |
arm: omap3: Make some memory functions static and clean headers There are a few memory functions for both the emif4 (AM3517) and sdrc (OMAP35/DM37) code that can be defined as static, because those functions are not used externally. Make them static and clean up some of the corresponding headers. Signed-off-by: Adam Ford <aford173@gmail.com>