mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2026-01-07 03:34:58 +00:00
Fix the following build warnings on 6.12 kernel:
drivers/net/phy/psb6970.c:426:12: error: no previous prototype for 'psb6970_init' [-Werror=missing-prototypes]
426 | int __init psb6970_init(void)
| ^~~~~~~~~~~~
drivers/net/phy/psb6970.c:434:13: error: no previous prototype for 'psb6970_exit' [-Werror=missing-prototypes]
434 | void __exit psb6970_exit(void)
| ^~~~~~~~~~~~
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/19174
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
|
||
|---|---|---|
| .. | ||
| backport-6.6 | ||
| backport-6.12 | ||
| files | ||
| hack-6.6 | ||
| hack-6.12 | ||
| image | ||
| other-files | ||
| pending-6.6 | ||
| pending-6.12 | ||
| config-6.6 | ||
| config-6.12 | ||
| config-filter | ||
| kernel-6.6 | ||
| kernel-6.12 | ||
| PATCHES.md | ||