greybus: delete some lines in "greybus.h"

This gets rid of a block of unnecessary forward declarations in
"greybus.h".

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
This commit is contained in:
Alex Elder 2014-11-17 08:08:37 -06:00 committed by Greg Kroah-Hartman
parent 19363a2ca1
commit ea590d5cbd

View File

@ -142,11 +142,6 @@ struct gbuf {
* of the "main" gb_module structure.
*/
struct gb_i2c_device;
struct gb_gpio_device;
struct gb_tty;
struct gb_usb_device;
struct gb_battery;
struct greybus_host_device;
struct svc_msg;