mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-13 16:41:34 +02:00
arm64: a37xx: pinctrl: Remove unused macro PIN_GRP()
Macro PIN_GRP() is not used, remove it. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
7a1c071173
commit
361cf5c7e1
@ -99,16 +99,6 @@ struct armada_37xx_pinctrl {
|
||||
unsigned int nfuncs;
|
||||
};
|
||||
|
||||
#define PIN_GRP(_name, _start, _nr, _mask, _func1, _func2) \
|
||||
{ \
|
||||
.name = _name, \
|
||||
.start_pin = _start, \
|
||||
.npins = _nr, \
|
||||
.reg_mask = _mask, \
|
||||
.val = {0, _mask}, \
|
||||
.funcs = {_func1, _func2} \
|
||||
}
|
||||
|
||||
#define PIN_GRP_GPIO_0(_name, _start, _nr) \
|
||||
{ \
|
||||
.name = _name, \
|
||||
|
Loading…
x
Reference in New Issue
Block a user