From: Johan Hovold Date: Thu, 28 May 2015 17:03:33 +0000 (+0200) Subject: greybus: gpio: remove unused debounce define X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~1509 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4bf3780982bde534d931ae77a0a6d46335c488ab;p=karo-tx-linux.git greybus: gpio: remove unused debounce define Remove unused debounce define from protocol header. Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/greybus_protocols.h b/drivers/staging/greybus/greybus_protocols.h index 32d84640e295..25c9a380ad99 100644 --- a/drivers/staging/greybus/greybus_protocols.h +++ b/drivers/staging/greybus/greybus_protocols.h @@ -132,8 +132,6 @@ struct gb_i2c_transfer_response { #define GB_GPIO_TYPE_IRQ_UNMASK 0x0d #define GB_GPIO_TYPE_IRQ_EVENT 0x0e -#define GB_GPIO_DEBOUNCE_USEC_DEFAULT 0 /* microseconds */ - /* line count request has no payload */ struct gb_gpio_line_count_response { __u8 count;