]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7bb1b4b78bd3129d7db2bbce0fcf87d4ea7ab156
treecbffd4b2e8f2b3db721ff7ebdc2d59ce2e27666e
parent682fda95c792e2e0f322a06a4bf706979bdaef34
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