summaryrefslogtreecommitdiff
path: root/arch/arm/include
diff options
context:
space:
mode:
authorKevin Brodsky <kevin.brodsky@arm.com>2023-11-09 17:11:53 +0300
committerCatalin Marinas <catalin.marinas@arm.com>2023-11-09 20:19:14 +0300
commitf86128050d2d854035bfa461aadf36e6951b2bac (patch)
treeaf42d1860dfaeeb6fc93016f59fcd1e173a1b2a6 /arch/arm/include
parent4bb49009e07175266e8c5ffbd5d4c4b241c97f19 (diff)
downloadlinux-f86128050d2d854035bfa461aadf36e6951b2bac.tar.xz
arm64/syscall: Remove duplicate declaration
Commit 6ac19f96515e ("arm64: avoid prototype warnings for syscalls") added missing declarations to various syscall wrapper macros. It however proved a little too zealous in __SYSCALL_DEFINEx(), as a declaration for __arm64_sys##name was already present. A declaration is required before the call to ALLOW_ERROR_INJECTION(), so keep the original one and remove the new one. Fixes: 6ac19f96515e ("arm64: avoid prototype warnings for syscalls") Signed-off-by: Kevin Brodsky <kevin.brodsky@arm.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Link: https://lore.kernel.org/r/20231109141153.250046-1-kevin.brodsky@arm.com Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm/include')
0 files changed, 0 insertions, 0 deletions