openwrt/target/linux/generic
Christian Marangi 473cfb4ff5
generic: fix kernel warning no previous prototype for ...
It seems new kernel version introduced -Wmissing-prototypes. This new
warning reported drivers that define non static function that are used
statically in the driver.

Fix this by declaring making those function actually static if not
defined in any header and not used outside of the single driver.

Co-authored-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/18455
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2025-04-11 20:34:24 +02:00
..
backport-6.6 generic: move QCOM SPI NAND driver to generic backports 2025-04-10 15:01:09 +02:00
files generic: fix kernel warning no previous prototype for ... 2025-04-11 20:34:24 +02:00
hack-6.6 generic: move QCOM SPI NAND driver to generic backports 2025-04-10 15:01:09 +02:00
image target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00
other-files initramfs: switch to tmpfs to fix ujail 2020-11-27 01:23:43 +00:00
pending-6.6 kernel: bump 6.6 to 6.6.86 2025-04-10 13:42:22 +02:00
config-6.6 generic: reorder settings 2025-03-27 16:37:23 +01:00
config-filter kernel: filter out compiler opts from config 2024-11-17 14:55:16 +01:00
PATCHES