greybus: kill old cport handlers
authorAlex Elder <elder@linaro.org>
Thu, 16 Oct 2014 11:35:37 +0000 (06:35 -0500)
committerGreg Kroah-Hartman <greg@kroah.com>
Fri, 17 Oct 2014 16:14:11 +0000 (18:14 +0200)
commit98d35ba22e6328491559892e796f276de7ba3d00
treed4e2ac0d9ef09b37360d545064b8f203f7e10a11
parentc149f8ffb2cbd1fa77f2c964bc547577835af647
greybus: kill old cport handlers

The original CPort message handlers are not needed.  All incoming
data is passed to handlers based on the protocol used over the
connection over which the data was transferred.  So get rid of the
old CPort handler code.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/gbuf.c