From: Greg Kroah-Hartman Date: Tue, 11 Oct 2011 15:37:27 +0000 (-0600) Subject: hv: hyperv.h: remove unneeded forward declarations of structures X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2726f95e0b6c850b6162f287f2f83d9db37decd7;p=mv-sheeva.git hv: hyperv.h: remove unneeded forward declarations of structures This file was created by mushing different .h files together and it shows. This change removes some unneeded forward declarations. Cc: K. Y. Srinivasan Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index f2bf0a51914..ae865a11ad4 100644 --- a/include/linux/hyperv.h +++ b/include/linux/hyperv.h @@ -693,9 +693,6 @@ extern void vmbus_get_debug_info(struct vmbus_channel *channel, extern void vmbus_ontimer(unsigned long data); -struct hv_driver; -struct hv_device; - struct hv_dev_port_info { u32 int_mask; u32 read_idx;