arm64: signal: let the compiler inline compat_get_sigframe
authorWill Deacon <will.deacon@arm.com>
Fri, 23 Nov 2012 11:01:05 +0000 (11:01 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 23 Nov 2012 18:11:38 +0000 (18:11 +0000)
There's no reason to mark compat_get_sigframe inline explicitly, so
remove the annotation and let the compiler decide what's best.

Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>

No differences found