From: Johan Hovold Date: Mon, 2 Nov 2015 10:56:58 +0000 (+0100) Subject: greybus: connection: remove unused time-stamp defines X-Git-Tag: v4.14-rc1~2366^2~378^2~21^2~1081 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=53be091214572ffb55e482fe0cd53f2dc37c246a;p=platform%2Fkernel%2Flinux-rpi.git greybus: connection: remove unused time-stamp defines Remove unused time-stamp defines, that were left in when the time-stamp fifo was removed. Signed-off-by: Johan Hovold Reviewed-by: Viresh Kumar Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/connection.c b/drivers/staging/greybus/connection.c index 0be78fe..aef450f 100644 --- a/drivers/staging/greybus/connection.c +++ b/drivers/staging/greybus/connection.c @@ -11,10 +11,6 @@ #include "greybus.h" -#define GB_CONNECTION_TS_KFIFO_ELEMENTS 2 -#define GB_CONNECTION_TS_KFIFO_LEN \ - (GB_CONNECTION_TS_KFIFO_ELEMENTS * sizeof(struct timeval)) - static DEFINE_SPINLOCK(gb_connections_lock); /* This is only used at initialization time; no locking is required. */