greybus: move the definition of struct gbuf
authorAlex Elder <elder@linaro.org>
Tue, 18 Nov 2014 00:08:30 +0000 (18:08 -0600)
committerGreg Kroah-Hartman <greg@kroah.com>
Tue, 18 Nov 2014 01:19:20 +0000 (17:19 -0800)
commit3c3cef400ea7eadc87a66a974cd9e388ad99640a
treeb419cfc1dac5d30afafd3ecfc26e3ffc3cb68e34
parent2f528c8bf7199c5eba93ea344a502910dc3a2806
greybus: move the definition of struct gbuf

We no longer need struct gbuf defined in "greybus.h".  An upcoming
patch will embed a gbuf struct (not a pointer) into the operation
structure, and to do that we'll need the struct defined prior to the
operation.  Just move the gbuf definition into "operation.h".

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