gpio: remove unused GPIO_INT_CLOCK_SYNC flag

GPIO_INT_CLOCK_SYNC wasn't implemented by anything, so remove it.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2018-10-02 12:04:04 -05:00 committed by Kumar Gala
commit 58ec6fd30f
2 changed files with 0 additions and 8 deletions

View file

@ -40,9 +40,6 @@
/** GPIO pin trigger on level high or rising edge. */
#define GPIO_INT_ACTIVE_HIGH (1 << 2)
/** GPIO pin trigger to be synchronized to clock pulses. */
#define GPIO_INT_CLOCK_SYNC (1 << 3)
/** Enable GPIO pin debounce. */
#define GPIO_INT_DEBOUNCE (1 << 4)