soc/amd/common/gpio: Drop unused macro GPIO_TRIGGER_INVALID
This change drops unused macro GPIO_TRIGGER_VALID from gpio_banks.h. BUG=b:159944426 Change-Id: Ie115f37893d9ba190bab56cf8b037febd8b5f4b5 Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42868 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
bdcccc0b88
commit
bfc5dabe12
1 changed files with 0 additions and 2 deletions
|
@ -113,8 +113,6 @@ enum {
|
||||||
GPIO_TRIGGER_EDGE_HIGH,
|
GPIO_TRIGGER_EDGE_HIGH,
|
||||||
};
|
};
|
||||||
|
|
||||||
#define GPIO_TRIGGER_INVALID -1
|
|
||||||
|
|
||||||
#define GPIO_SPECIAL_FLAG (1 << 31)
|
#define GPIO_SPECIAL_FLAG (1 << 31)
|
||||||
#define GPIO_DEBOUNCE_FLAG (1 << 30)
|
#define GPIO_DEBOUNCE_FLAG (1 << 30)
|
||||||
#define GPIO_WAKE_FLAG (1 << 29)
|
#define GPIO_WAKE_FLAG (1 << 29)
|
||||||
|
|
Loading…
Reference in a new issue