summaryrefslogtreecommitdiffstats
path: root/include/linux/hyperv.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2011-10-11 09:37:27 -0600
committerGreg Kroah-Hartman <gregkh@suse.de>2011-10-11 09:51:22 -0600
commit2726f95e0b6c850b6162f287f2f83d9db37decd7 (patch)
treeb71ed7afb4887507b9f8459740c0ca8d89dcd9ad /include/linux/hyperv.h
parent7a4ba88cc11eb4ba72778f491d8241385cb0475d (diff)
downloadlinux-2726f95e0b6c850b6162f287f2f83d9db37decd7.tar.gz
linux-2726f95e0b6c850b6162f287f2f83d9db37decd7.tar.xz
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 <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/hyperv.h')
-rw-r--r--include/linux/hyperv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h
index f2bf0a51914b..ae865a11ad46 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;