]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit7437af82e8086bc0ac14488db5fcd19ee293a781
tree269da7be517b054072688cf3d0c10b15e105ee04
parent7d70ebf3c8ac9244128415c9f41c9b7ca32d7260
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