greybus: connection: remove unused time-stamp defines
authorJohan Hovold <johan@hovoldconsulting.com>
Mon, 2 Nov 2015 10:56:58 +0000 (11:56 +0100)
committerGreg Kroah-Hartman <gregkh@google.com>
Mon, 2 Nov 2015 19:26:44 +0000 (11:26 -0800)
Remove unused time-stamp defines, that were left in when the time-stamp
fifo was removed.

Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/connection.c

index 0be78fe..aef450f 100644 (file)
 
 #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. */