OSDN Git Service

phy: ti: tusb1210: Make tusb1210_chg_det_states static
authorHans de Goede <hdegoede@redhat.com>
Mon, 11 Apr 2022 13:54:40 +0000 (15:54 +0200)
committerVinod Koul <vkoul@kernel.org>
Mon, 11 Apr 2022 14:39:53 +0000 (20:09 +0530)
commitb541f9e59a0e56fff840cf983394e59de7bc2d96
tree2c0a92c9a31e0a7f10d5bd93ed94e56fd412ef37
parent3123109284176b1532874591f7c81f3837bbdc17
phy: ti: tusb1210: Make tusb1210_chg_det_states static

Make tusb1210_chg_det_states static, fixing the following sparse warning:

drivers/phy/ti/phy-tusb1210.c:158:12: sparse: sparse:
 symbol 'tusb1210_chg_det_states' was not declared. Should it be static?

Fixes: 48969a5623ed ("phy: ti: tusb1210: Add charger detection")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20220411135440.558394-1-hdegoede@redhat.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/ti/phy-tusb1210.c