]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: mte: Remove unused mte_assign_mem_tag_range()
authorVincenzo Frascino <vincenzo.frascino@arm.com>
Wed, 7 Apr 2021 13:38:17 +0000 (14:38 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 8 Apr 2021 16:45:43 +0000 (17:45 +0100)
commit8f9ca66aec0a36a16f0a97fe98117a13a927108d
treec1908e2e4aa2e75bc0174936d675ac879f954739
parent75bc0a10f41f383026099dd1d4247a343dabc8c1
arm64: mte: Remove unused mte_assign_mem_tag_range()

mte_assign_mem_tag_range() was added in commit c80d45c42d37
("arm64: mte: add in-kernel MTE helpers") in 5.11 but moved out of
mte.S by commit 96aa5cfe8d5b ("arm64: kasan: simplify and inline
MTE functions") in 5.12 and renamed to mte_set_mem_tag_range().
96aa5cfe8d5b did not delete the old function prototypes in mte.h.

Remove the unused prototype from mte.h.

Cc: Will Deacon <will@kernel.org>
Reported-by: Derrick McKee <derrick.mckee@gmail.com>
Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com>
Link: https://lore.kernel.org/r/20210407133817.23053-1-vincenzo.frascino@arm.com
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/include/asm/mte.h