OSDN Git Service

ARM: 8924/1: tcm: make dtcm_end and itcm_end static
authorBen Dooks <ben-linux@fluff.org>
Fri, 18 Oct 2019 09:54:10 +0000 (10:54 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Thu, 31 Oct 2019 16:58:55 +0000 (16:58 +0000)
commitca045579d2088d04824a952c72b2c9cce1038240
tree52929b5a034234f7faff00aa9cbc8cc18d6b0c10
parentc4e8fd03f211b2003fd6a2fafb9fc90d870018d6
ARM: 8924/1: tcm: make dtcm_end and itcm_end static

The dtcm_end and itcm_end are not exported or used
elsewhere, so make them static to remove the following
sparse warnign:

arch/arm/kernel/tcm.c:33:5: warning: symbol 'dtcm_end' was not declared. Should it be static?
arch/arm/kernel/tcm.c:34:5: warning: symbol 'itcm_end' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/kernel/tcm.c