Commit 53be0912 authored by Johan Hovold's avatar Johan Hovold Committed by Greg Kroah-Hartman

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: default avatarJohan Hovold <johan@hovoldconsulting.com>
Reviewed-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent 8417f5e5
......@@ -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. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment