realtek: mdio: Drop extern declaration for internal function
authorSven Eckelmann <sven@narfation.org>
Sun, 23 Nov 2025 13:31:12 +0000 (14:31 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 24 Nov 2025 23:28:50 +0000 (00:28 +0100)
commit7ade70bc421a72c9c2ebde6271b71c26e5ec2eed
tree21c8544f46af397e712620461337058c0b0d4562
parent1518753474be29061088f847e8e7a2b8da69062f
realtek: mdio: Drop extern declaration for internal function

There is no external component using these functions and these functions
are local to the current translation unit. These functions can therefore be
declared static.

The currently unused *_field functions were kept because they might be used
in the future.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Link: https://github.com/openwrt/openwrt/pull/20906
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/realtek/files-6.12/drivers/net/mdio/mdio-realtek-otto.c