summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/connection.c
diff options
context:
space:
mode:
authorJohan Hovold <johan@hovoldconsulting.com>2015-11-02 11:56:58 +0100
committerGreg Kroah-Hartman <gregkh@google.com>2015-11-02 11:26:44 -0800
commit53be091214572ffb55e482fe0cd53f2dc37c246a (patch)
tree0d07bd3cafafb315191b27e9979b3e65c73851a9 /drivers/staging/greybus/connection.c
parent8417f5e56c8d67371f1810dfa0d1871f0119e89d (diff)
downloadlinux-stable-53be091214572ffb55e482fe0cd53f2dc37c246a.tar.gz
linux-stable-53be091214572ffb55e482fe0cd53f2dc37c246a.tar.bz2
linux-stable-53be091214572ffb55e482fe0cd53f2dc37c246a.zip
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 <johan@hovoldconsulting.com> Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/connection.c')
-rw-r--r--drivers/staging/greybus/connection.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/greybus/connection.c b/drivers/staging/greybus/connection.c
index 0be78fe8f50f..aef450f780f3 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. */