staging: greybus: remove unused kfifo_ts
authorArnd Bergmann <arnd@arndb.de>
Thu, 2 Nov 2017 14:32:51 +0000 (15:32 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Nov 2017 12:30:58 +0000 (13:30 +0100)
commit8563a49c4382adcb9b4ce21da46bd0067b90db31
treecbffd4b2e8f2b3db721ff7ebdc2d59ce2e27666e
parent7a6038f28934166031bea2f8a150b4c1cbaab46f
staging: greybus: remove unused kfifo_ts

As of commit 8e1d6c336d74 ("greybus: loopback: drop bus aggregate
calculation"), nothing ever reads from kfifo_ts, so there is no
reason to write to it or even allocate it any more.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Bryan O'Donoghue <pure.logic@nexus-software.ie>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/loopback.c