ARM: 8629/1: vfp: properly tag assembly function declarations in C code
authorNicolas Pitre <nicolas.pitre@linaro.org>
Wed, 16 Nov 2016 21:20:14 +0000 (22:20 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Tue, 22 Nov 2016 11:45:09 +0000 (11:45 +0000)
commita85b2257a57d5b3328fdecec9255c6d30c67c8bb
treeb98459121d83a8eefa17f5ed1a1622349c5eae68
parent7e5930aaef5d4c8664ce4a36b05c63e8b25c1f3f
ARM: 8629/1: vfp: properly tag assembly function declarations in C code

This is good for consistency even if there is no difference in compiled
code. LTO might rely on this eventually. No need to preserve the extern
attribute as it is the default with function prototypes.

Signed-off-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/vfp/vfp.h
arch/arm/vfp/vfpmodule.c