[arm:for-next 4/4] arch/arm/vfp/vfpmodule.c:324:13: error: static declaration of 'VFP_bounce' follows non-static declaration
Arnd Bergmann
arnd at arndb.de
Mon Aug 14 15:15:43 PDT 2023
On Tue, Aug 15, 2023, at 00:08, Russell King (Oracle) wrote:
> On Tue, Aug 15, 2023 at 05:06:03AM +0800, kernel test robot wrote:
>> 1 error generated.
>
> I'm guessing this is a conflict between Arnd's patch
>
> ae1f8d793a19 ("ARM: 9304/1: add prototype for function called only from asm")
>
> merged in v6.5-rc1 and Ard's patch, and that part of Arnd's patch
> needs to be reverted since VFP_bounce is now static. Agreed?
Yes, with Ard's change, the prototype I added is neither required nor correct.
My series contained another patch that added a prototype for
vfp_entry(), and this is also obsoleted by Ard's series, but you
did not merge it anyway, so it's all good on that one.
Arnd
More information about the linux-arm-kernel
mailing list