arm: omap3: Make some memory functions static and clean headers
authorAdam Ford <aford173@gmail.com>
Sat, 12 Feb 2022 12:12:41 +0000 (06:12 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 21 Feb 2022 13:35:40 +0000 (08:35 -0500)
commit68a51cc8ec4692f4d7104afde8e0db7596fce545
tree269da7be517b054072688cf3d0c10b15e105ee04
parent1c6ea4da24c7481720b8eaee32532a7881863dc9
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>
arch/arm/include/asm/arch-omap3/mem.h
arch/arm/include/asm/arch-omap3/sys_proto.h
arch/arm/mach-omap2/omap3/emif4.c
arch/arm/mach-omap2/omap3/sdrc.c