ARM: uniphier: remove unused sg_set_iectrl_range()

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
Masahiro Yamada 2019-06-29 02:38:03 +09:00
parent 3f0d299e88
commit 139a94a986

View File

@ -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 */