]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: move memstart_addr export inline
authorMark Rutland <mark.rutland@arm.com>
Fri, 7 Dec 2018 18:08:15 +0000 (18:08 +0000)
committerWill Deacon <will.deacon@arm.com>
Mon, 10 Dec 2018 11:50:11 +0000 (11:50 +0000)
commitb6b0e7698014e40f400913b39e3b2eb5cdf21c89
tree0d5072a8a047d16c23a13fb2f8ecd8e0f4b3cd6c
parent1ab8bec01a62b6e3a86294cd2051dec8a36d00d6
arm64: move memstart_addr export inline

Since we define memstart_addr in a C file, we can have the export
immediately after the definition of the symbol, as we do elsewhere.

As a step towards removing arm64ksyms.c, move the export of
memstart_addr to init.c, where the symbol is defined.

There should be no functional change as a result of this patch.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/arm64ksyms.c
arch/arm64/mm/init.c