projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f0d299
)
ARM: uniphier: remove unused sg_set_iectrl_range()
author
Masahiro Yamada
<
[email protected]
>
Fri, 28 Jun 2019 17:38:03 +0000
(
02:38
+0900)
committer
Masahiro Yamada
<
[email protected]
>
Sat, 29 Jun 2019 13:31:16 +0000
(22:31 +0900)
Signed-off-by: Masahiro Yamada <
[email protected]
>
arch/arm/mach-uniphier/sg-regs.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-uniphier/sg-regs.h
b/arch/arm/mach-uniphier/sg-regs.h
index 0497655fb5f7ddba4647f9c7345e699b2957008b..8aed826c963f08b0aafbdd9fba04150c3c2882aa 100644
(file)
--- 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 */