From: Alex Elder Date: Mon, 17 Nov 2014 14:08:37 +0000 (-0600) Subject: greybus: delete some lines in "greybus.h" X-Git-Tag: v4.14-rc1~2366^2~378^2~21^2~1886 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea590d5cbded81a4a7863260c2918ecebf9d1182;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/greybus.h b/drivers/staging/greybus/greybus.h index eb5eb60..41be579 100644 --- a/drivers/staging/greybus/greybus.h +++ b/drivers/staging/greybus/greybus.h @@ -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;