net: dsa: microchip: Remove unused declarations
authorYue Haibing <yuehaibing@huawei.com>
Mon, 21 Aug 2023 12:55:01 +0000 (20:55 +0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 22 Aug 2023 17:28:13 +0000 (10:28 -0700)
commit73582f090f053ffdd168f6c2b42b18c67906d120
tree0fc069d69877600e8d33896539b5c89ab39a02a9
parent691b2bf1494620ff8c292626e4967c57e5705a8b
net: dsa: microchip: Remove unused declarations

Commit 91a98917a883 ("net: dsa: microchip: move switch chip_id detection to ksz_common")
removed ksz8_switch_detect() but not its declaration.
Commit 6ec23aaaac43 ("net: dsa: microchip: move ksz_dev_ops to ksz_common.c")
declared but never implemented other functions.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Reviewed-by: Vladimir Oltean <olteanv@gmail.com>
Link: https://lore.kernel.org/r/20230821125501.19624-1-yuehaibing@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/dsa/microchip/ksz8.h
drivers/net/dsa/microchip/ksz9477.h