staging: greybus: remove unused kfifo_ts
authorArnd Bergmann <[email protected]>
Thu, 2 Nov 2017 14:32:51 +0000 (15:32 +0100)
committerGreg Kroah-Hartman <[email protected]>
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 <[email protected]>
Reviewed-by: Viresh Kumar <[email protected]>
Reviewed-by: Bryan O'Donoghue <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/staging/greybus/loopback.c