]> git.baikalelectronics.ru Git - uboot.git/commit
phy: marvell: Remove unused function comphy_update_map()
authorPali Rohár <pali@kernel.org>
Tue, 18 Jan 2022 09:33:20 +0000 (10:33 +0100)
committerStefan Roese <sr@denx.de>
Thu, 20 Jan 2022 13:46:03 +0000 (14:46 +0100)
commitfcb566f59e495e34fa4f7271d6dba332a637a8d6
tree51dd3deb4effe20525bb8049b02c7cf9bcaa9f9b
parent07d512eb4c88cf6ca07c953043b31403f750d13f
phy: marvell: Remove unused function comphy_update_map()

This weak function is not used anymore, so completely remove it.

Private struct comphy_map is not used by any board code anymore, so move it
into private driver header file comphy_core.h.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
drivers/phy/marvell/comphy_core.c
drivers/phy/marvell/comphy_core.h
include/mvebu/comphy.h