From cc12356ed84405b116dbe76ed1da9862d98aa706 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 18 Oct 2018 08:47:40 +0200 Subject: ARM: boards: phytec-som-imx6: Make locally used function static Signed-off-by: Sascha Hauer --- arch/arm/boards/phytec-som-imx6/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch') diff --git a/arch/arm/boards/phytec-som-imx6/board.c b/arch/arm/boards/phytec-som-imx6/board.c index 34a0fe4183..4079bc9de1 100644 --- a/arch/arm/boards/phytec-som-imx6/board.c +++ b/arch/arm/boards/phytec-som-imx6/board.c @@ -97,7 +97,7 @@ static unsigned int get_module_rev(void) return 16 - val; } -int ksz8081_phy_fixup(struct phy_device *phydev) +static int ksz8081_phy_fixup(struct phy_device *phydev) { phy_write(phydev, 0x1f, 0x8190); phy_write(phydev, 0x16, 0x202); -- cgit v1.2.3