Signed-off-by: Masahiro Yamada <[email protected]>
---

 arch/arm/mach-uniphier/sg-regs.h | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/arch/arm/mach-uniphier/sg-regs.h b/arch/arm/mach-uniphier/sg-regs.h
index 0497655fb5..8aed826c96 100644
--- a/arch/arm/mach-uniphier/sg-regs.h
+++ b/arch/arm/mach-uniphier/sg-regs.h
@@ -127,14 +127,6 @@ static inline void sg_set_iectrl(unsigned pin)
        writel(tmp, reg);
 }
 
-static inline void sg_set_iectrl_range(unsigned min, unsigned max)
-{
-       int i;
-
-       for (i = min; i <= max; i++)
-               sg_set_iectrl(i);
-}
-
 #endif /* __ASSEMBLY__ */
 
 #endif /* UNIPHIER_SG_REGS_H */
-- 
2.17.1

_______________________________________________
U-Boot mailing list
[email protected]
https://lists.denx.de/listinfo/u-boot

Reply via email to