[PATCH v2] arm64/syscall: Remove duplicate declaration

Catalin Marinas catalin.marinas at arm.com
Thu Nov 9 09:40:19 PST 2023


On Thu, 09 Nov 2023 14:11:53 +0000, Kevin Brodsky wrote:
> 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.
> 
> [...]

Applied to arm64 (for-next/core), thanks!

[1/1] arm64/syscall: Remove duplicate declaration
      https://git.kernel.org/arm64/c/f86128050d2d

-- 
Catalin




More information about the linux-arm-kernel mailing list