From: Alex Elder Date: Mon, 17 Nov 2014 14:08:37 +0000 (-0600) Subject: greybus: delete some lines in "greybus.h" X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ea590d5cbded81a4a7863260c2918ecebf9d1182;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.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 eb5eb6080783..41be5792443c 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;