commit | ca045579d2088d04824a952c72b2c9cce1038240 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben-linux@fluff.org> | Fri Oct 18 10:54:10 2019 +0100 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Thu Oct 31 16:58:55 2019 +0000 |
tree | 52929b5a034234f7faff00aa9cbc8cc18d6b0c10 | |
parent | c4e8fd03f211b2003fd6a2fafb9fc90d870018d6 [diff] |
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>