mbox series

[0/2] MIPS: ralink: Fix missing prototypes warnings

Message ID 20240812131803.16475-1-vincent.legoll@gmail.com (mailing list archive)
Headers show
Series MIPS: ralink: Fix missing prototypes warnings | expand

Message

Vincent Legoll Aug. 12, 2024, 1:17 p.m. UTC
While building a current kernel for GnuBee PC1 hardware, I got some
warnings about missing function prototypes.

The following patches fix the warnings.
Is that the proper way to fix them ?

BTW, this is only compile-tested.